home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / netscape.idb / usr / lib / X11 / app-defaults / Netscape.z / Netscape
Encoding:
Text File  |  1996-05-07  |  142.2 KB  |  3,554 lines

  1. ! Netscape.ad --- app-defaults file for Netscape 2.01S.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  33. ! app-defaults directory unless you are really sure you know what you are
  34. ! doing.  There are a whole slew of version-skew problems associated with
  35. ! app-defaults files, which are best avoided by simply not using them.
  36. ! In particular, if the app-defaults file for a program is installed, and
  37. ! you get a new version of that program, you can't properly test out the
  38. ! new version without actually installing it, since it will pick up the
  39. ! resources for the previous version, and will quite likely malfunction.
  40. !
  41. ! In short, app-defaults files are bad.  Don't use them.  This file is
  42. ! provided for informational purposes, and so that I don't get a lot of
  43. ! complaints from people who think they understand this stuff better than
  44. ! I do.
  45.  
  46.  
  47. ! Here's how you turn on SGI's Motif hacks:
  48. Netscape*sgiMode:         True
  49. Netscape*scheme:          Base
  50. Netscape*useSchemes:        Colors, Fonts
  51. Netscape*useEnhancedFSB:     True
  52.  
  53.  
  54. ! User-Settable Parameters
  55. ! ========================
  56.  
  57. ! This is the directory where Netscape finds external files such as icons.
  58. !
  59. *appDir:            /C/netscape
  60.  
  61. ! This resource is the same as the -visual command line option, which selects
  62. ! an X visual on which the windows should be created.  Legal options are:
  63. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  64. ! use whatever the server says is the default visual; a visual class (like
  65. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  66. ! a particular visual (in case there is more than one visual of a particular
  67. ! class.)  "Best" is probably the right choice.
  68. !
  69. *visualID:            Best
  70.  
  71. ! Whether Netscape should install a private colormap.  This will cause the
  72. ! maximal number of colors to be used, but on most systems, will result in
  73. ! unpleasant colormap flashing when switching between applications.  Legal
  74. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  75. ! if we know that the display hardware supports multiple simultaneous
  76. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  77. ! that means install the map when displaying on an SGI screen, and don't
  78. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  79. ! do you uniquely identify that capability?  Let me know.)
  80. !
  81. *installColormap:        Guess
  82.  
  83. ! The maximum number of color cells to allocate per image; this is only
  84. ! relevant when using the default colormap of a PseudoColor visual.
  85. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  86. ! that we can allocate, the better images will look.)  This controls only
  87. ! the number of colors allocated for internal images - a few more colors
  88. ! will be allocated for the fluff and chrome that comes with Motif.
  89. !
  90. *maxImageColors:        0
  91.  
  92. ! Set this to false to disable the <BLINK> tag.
  93. *blinkingEnabled:        True
  94.  
  95. ! Whether the Exit menu item should confirm first.
  96. *confirmExit:            False
  97.  
  98. ! Mouse cursor when over an anchor.
  99. *linkCursor:            hand2
  100.  
  101. ! Mouse cursor when awaiting a reply.
  102. *busyCursor:            watch
  103.  
  104. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  105. *saveNextLinkCursor:        hand2
  106.  
  107. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  108. *saveNextNonlinkCursor:        crosshair
  109.  
  110. ! How quickly (in seconds) the status messages should update.
  111. *progressInterval:        1
  112.  
  113. ! How quickly (in milliseconds) the run light and/or logo should animate.
  114. *busyBlinkRate:            500
  115. *animRate:            166
  116.  
  117. ! How often (in seconds) the global history, bookmarks, and disk cache
  118. ! files should be updated.
  119. *saveHistoryInterval:        600
  120.  
  121. ! How many pixels of motion must occur before a mouse-release is interpreted
  122. ! as a "drag" rather than a "click."
  123. *hysteresis:            3
  124.  
  125. ! These resources control whether Netscape should redirect its stdout and
  126. ! stderr streams to a dialog box, so that diagnostics reported by other
  127. ! programs launched by Netscape (for example, external viewers specified in
  128. ! a mailcap file) will be reported to the user through a dialog box,
  129. ! instead of simply showing up on the stdout/stderr of the controlling
  130. ! terminal of Netscape (which in many cases won't even be visible.)
  131. !
  132. ! If you have a external viewer which produces an annoying amount of output
  133. ! even when it has nothing interesting to say, you can shut it up by
  134. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  135. ! you could add the following to your .mailcap file:
  136. !
  137. !        video/mpeg; mpeg_play %s 2>&-
  138. !
  139. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  140. ! If you find a need to let one or both of them continue on to the actual
  141. ! terminal of Netscape, you can do it by setting these resources to False.
  142. !
  143. *useStderrDialog:        True
  144. *useStdoutDialog:        True
  145.  
  146. ! For those MIME content-encodings which are not directly understood
  147. ! internally, it is possible to specify another Unix program to use as
  148. ! a filter here.
  149. !
  150. ! Each line in the encodingFilters resource consists of four fields,
  151. ! separated by colons and optional whitespace:
  152. !
  153. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  154. !
  155. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  156. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  157. !                  PRINTABLE are built-in; no need to specify those.)
  158. !
  159. ! output-encoding: The encoding that results from this transformation.
  160. !                  Leaving this empty is usually appropriate.
  161. !
  162. ! extensions:      A comma-separated list of the extensions typically used for
  163. !                  files in this encoding; if a document ends in one of these
  164. !                  extensions, then when that document is saved to disk, the
  165. !                  extension will be stripped off of the default file name
  166. !                  (since documents are decoded before they are saved, and the
  167. !                  extension would no longer accurately describe the file.)
  168. !
  169. ! filter-command:  A shell command which reads from stdin and writes to stdout
  170. !                  which does the actual decoding.
  171. !
  172. *encodingFilters:                  \
  173.     x-compress :  : .Z     : uncompress -c    \n\
  174.     x-gzip     :  : .z,.gz : gzip -cdq    \n
  175.  
  176.  
  177. ! Too many servers have bugs in the implementation of window gravity for
  178. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  179. ! if we are able to make use of window gravity, but on many X servers, it
  180. ! results in form items being scattered randomly all over the document.
  181. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  182. ! "Guess", we run some tests and try to decide whether the X server is
  183. ! broken or partially broken.
  184. !
  185. ! If you find yourself needing to use a value here other than Guess,
  186. ! please tell us, so that we can make it guess correctly in the future.
  187. !
  188. *windowGravityWorks:        Guess
  189.  
  190.  
  191. ! Colors
  192. !
  193. ! This resource controls the foreground text color of unfollowed links 
  194. ! (links which have not yet been visited.)
  195. !
  196. *linkForeground:            #0000EE
  197.  
  198. ! This resource controls the foreground text color of followed links 
  199. ! (links which have already been visited.)
  200. !
  201. *vlinkForeground:            #551A8B
  202.  
  203. ! This resource controls the foreground text color of activated links 
  204. ! (links which are in the process of being clicked upon.)
  205. !
  206. *alinkForeground:            #FF0000
  207.  
  208. ! These resources control the foreground and background colors of text
  209. ! which has been selected with the mouse.
  210. !
  211. *selectForeground:            #000000
  212. *selectBackground:            #FFFFCC
  213.  
  214. ! These resources control the foreground and background colors of normal text.
  215. !
  216. *defaultForeground:            #000000
  217. *defaultBackground:            #C0C0C0
  218.  
  219. ! This resource may be used to specify a default background image.  It should
  220. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  221. ! then the default background color will be used instead.
  222. !
  223. *defaultBackgroundImage:        
  224.  
  225. ! Normally, the user-specified colors and backgrounds will only be used when
  226. ! viewing documents which did not specify their own colors and backgrounds.
  227. ! If this resource is set to False, then the user-specified colors and
  228. ! backgrounds will always be used, regardless of the options specified in 
  229. ! the document itself.
  230. !
  231. *documentColorsHavePriority:        True
  232.  
  233.  
  234. ! Geometry
  235. !
  236. ! Here's how you set the default sizes and positions of the Netscape windows:
  237. !
  238. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  239. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  240. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  241. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  242. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  243. ! For the address book window:  Netscape.AddressBook.geometry: =300x900-300-0
  244. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  245. !
  246. ! In previous versions of Netscape, we suggested setting the geometry on the
  247. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  248. ! top-level Netscape windows, including bookmarks and message composition and
  249. ! so on, which is probably not what you want.
  250. !
  251. ! To set the sizes of the panes and columns in the mail and news windows, 
  252. ! change them to the layout you like, and then select "Options/Save Options".
  253. ! (To change the fonts in the message lists, search below for the resource
  254. ! that begins with "XmLGrid*fontList".)
  255.  
  256.  
  257.  
  258. ! Translations
  259. !
  260. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  261. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  262. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  263. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  264. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  265. ! All praise the X keyboard model!
  266. !
  267. ! And because of the need to do this, we have to do all of the keyboard
  268. ! equivalents with "translations" instead of "accelerators", since a menu
  269. ! item can only have one accelerator, and in order to make both Meta and Alt
  270. ! work we need to give them each two.  All praise Motif!
  271.  
  272.  
  273. ! Keybindings in the main window which correspond to menu items.
  274. ! These are installed on every widget which is a child of our Shell,
  275. ! and are not installed on popups/transients.
  276. !
  277. *globalTranslations:            #override            \n\
  278.                                     \
  279.     Meta  Ctrl<Key>A:        addBookmark()            \n\
  280.      ~Alt Ctrl<Key>A:        addBookmark()            \n\
  281.     Meta  Ctrl<Key>B:        viewBookmark()            \n\
  282.      ~Alt Ctrl<Key>B:        viewBookmark()            \n\
  283.     Meta  Ctrl<Key>C:        copy()                \n\
  284.      ~Alt Ctrl<Key>C:        copy()                \n\
  285.     Meta  Ctrl<Key>D:        undefined-key()            \n\
  286.      ~Alt Ctrl<Key>D:        undefined-key()            \n\
  287.         Meta  Ctrl<Key>E:        undefined-key()            \n\
  288.          ~Alt Ctrl<Key>E:        undefined-key()            \n\
  289.     Meta  Ctrl<Key>F:        find()                \n\
  290.      ~Alt Ctrl<Key>F:        find()                \n\
  291.     Meta  Ctrl<Key>G:        findAgain()            \n\
  292.      ~Alt Ctrl<Key>G:        findAgain()            \n\
  293.     Meta  Ctrl<Key>H:        history()            \n\
  294.      ~Alt Ctrl<Key>H:        history()            \n\
  295.     Meta  Ctrl<Key>I:        loadImages()            \n\
  296.      ~Alt Ctrl<Key>I:        loadImages()            \n\
  297.         Meta  Ctrl<Key>J:        undefined-key()            \n\
  298.          ~Alt Ctrl<Key>J:        undefined-key()            \n\
  299.         Meta  Ctrl<Key>K:        undefined-key()            \n\
  300.          ~Alt Ctrl<Key>K:        undefined-key()            \n\
  301.     Meta  Ctrl<Key>L:        openURL()            \n\
  302.      ~Alt Ctrl<Key>L:        openURL()            \n\
  303.     Meta  Ctrl<Key>M:        mailNew()            \n\
  304.      ~Alt Ctrl<Key>M:        mailNew()            \n\
  305.     Meta  Ctrl<Key>N:        new()                \n\
  306.      ~Alt Ctrl<Key>N:        new()                \n\
  307.     Meta  Ctrl<Key>O:        openFile()            \n\
  308.      ~Alt Ctrl<Key>O:        openFile()            \n\
  309.     Meta  Ctrl<Key>P:        print()                \n\
  310.      ~Alt Ctrl<Key>P:        print()                \n\
  311.     Meta  Ctrl<Key>Q:        exit()                \n\
  312.      ~Alt Ctrl<Key>Q:        exit()                \n\
  313.     Meta  Ctrl<Key>R:        reload()            \n\
  314.      ~Alt Ctrl<Key>R:        reload()            \n\
  315.     Meta  Ctrl<Key>S:        saveAs()            \n\
  316.      ~Alt Ctrl<Key>S:        saveAs()            \n\
  317.         Meta  Ctrl<Key>U:        undefined-key()            \n\
  318.          ~Alt Ctrl<Key>U:        undefined-key()            \n\
  319.     Meta  Ctrl<Key>V:        paste()                \n\
  320.      ~Alt Ctrl<Key>V:        paste()                \n\
  321.     Meta  Ctrl<Key>W:        delete()            \n\
  322.      ~Alt Ctrl<Key>W:        delete()            \n\
  323.     Meta  Ctrl<Key>X:        cut()                \n\
  324.      ~Alt Ctrl<Key>X:        cut()                \n\
  325.         Meta  Ctrl<Key>Y:        undefined-key()            \n\
  326.          ~Alt Ctrl<Key>Y:        undefined-key()            \n\
  327.     Meta  Ctrl<Key>Z:        undo()                \n\
  328.      ~Alt Ctrl<Key>Z:        undo()                \n\
  329.                                     \
  330.     Meta  Ctrl<Key>1:        historyItem(1)            \n\
  331.      ~Alt Ctrl<Key>1:        historyItem(1)            \n\
  332.     Meta  Ctrl<Key>2:        historyItem(2)            \n\
  333.      ~Alt Ctrl<Key>2:        historyItem(2)            \n\
  334.     Meta  Ctrl<Key>3:        historyItem(3)            \n\
  335.      ~Alt Ctrl<Key>3:        historyItem(3)            \n\
  336.     Meta  Ctrl<Key>4:        historyItem(4)            \n\
  337.      ~Alt Ctrl<Key>4:        historyItem(4)            \n\
  338.     Meta  Ctrl<Key>5:        historyItem(5)            \n\
  339.      ~Alt Ctrl<Key>5:        historyItem(5)            \n\
  340.     Meta  Ctrl<Key>6:        historyItem(6)            \n\
  341.      ~Alt Ctrl<Key>6:        historyItem(6)            \n\
  342.     Meta  Ctrl<Key>7:        historyItem(7)            \n\
  343.      ~Alt Ctrl<Key>7:        historyItem(7)            \n\
  344.     Meta  Ctrl<Key>8:        historyItem(8)            \n\
  345.      ~Alt Ctrl<Key>8:        historyItem(8)            \n\
  346.     Meta  Ctrl<Key>9:        historyItem(9)            \n\
  347.      ~Alt Ctrl<Key>9:        historyItem(9)            \n\
  348.                                     \
  349.     Meta  Ctrl<Key>osfLeft:        back()                \n\
  350.      ~Alt Ctrl<Key>osfLeft:        back()                \n\
  351.     Meta  Ctrl<Key>osfRight:    forward()            \n\
  352.      ~Alt Ctrl<Key>osfRight:    forward()            \n\
  353.               <Key>osfCancel:    abort()                \n\
  354.                                     \
  355.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  356.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  357.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  358.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  359.  
  360. ! These keysyms are apparently an R6ism.
  361. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  362. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  363.  
  364.  
  365. ! Translations in the Mail & News window.
  366. ! Things here override the global translations (which are loaded first.)
  367. ! This changes:
  368. !    Ctrl+A from "Add Bookmark" to "Select All"
  369. !    Ctrl+H from "View History" to "Deliver Queued Message"
  370. !    Ctrl+L from "Open URL" to "Forward Message"
  371. !    Ctrl+R from "Reload" to "Reply to Sender"
  372. !    Ctrl+O from "Open File" to undefined
  373. !    Ctrl+S from "Save As" to undefined
  374. !
  375. ! This adds:
  376. !    Ctrl+Shift+A for "Select Thread"
  377. !    Ctrl+T for "Get New Mail"
  378. !    Ctrl+K for "Compress Folder"
  379. !    Ctrl+Shift+R for "Reply to All"
  380. !    Ctrl+D for "Delete Message"
  381. !    Ctrl+E for "Redo"
  382. !
  383. ! Arrow keys scroll the message.  Ctrl arrow keys select previous/next.
  384. ! Ctrl+Shift arrow keys select previous/next unread.
  385. !
  386. *mailnewsGlobalTranslations:        #override            \
  387.     <Btn3Down>:            mailNewsPopup()            \n\
  388.     Meta  Ctrl ~Shift <Key>a:    selectAll()            \n\
  389.      ~Alt Ctrl ~Shift <Key>a:    selectAll()            \n\
  390.     Meta  Ctrl Shift <Key>a:    selectThread()                \n\
  391.      ~Alt Ctrl Shift <Key>a:    selectThread()            \n\
  392.     Meta  Ctrl<Key>D:        deleteMessage()            \n\
  393.      ~Alt Ctrl<Key>D:        deleteMessage()            \n\
  394.     Meta  Ctrl<Key>E:        redo()                \n\
  395.      ~Alt Ctrl<Key>E:        redo()                \n\
  396.     Meta  Ctrl<Key>H:        deliverQueuedMessages()        \n\
  397.      ~Alt Ctrl<Key>H:        deliverQueuedMessages()        \n\
  398.     Meta  Ctrl<Key>K:        compressFolder()        \n\
  399.      ~Alt Ctrl<Key>K:        compressFolder()        \n\
  400.     Meta  Ctrl<Key>L:        forwardMessage()        \n\
  401.      ~Alt Ctrl<Key>L:        forwardMessage()        \n\
  402.     Meta  Ctrl<Key>O:        openFolder()            \n\
  403.      ~Alt Ctrl<Key>O:        openFolder()            \n\
  404.     Meta  Ctrl ~Shift <Key>r:    reply()                \n\
  405.      ~Alt Ctrl ~Shift <Key>r:    reply()                \n\
  406.     Meta  Ctrl Shift <Key>r:    replyAll()                \n\
  407.      ~Alt Ctrl Shift <Key>r:    replyAll()            \n\
  408.     Meta  Ctrl<Key>S:        saveMessageAs()            \n\
  409.      ~Alt Ctrl<Key>S:        saveMessageAs()            \n\
  410.     Meta  Ctrl<Key>T:        getNewMail()            \n\
  411.      ~Alt Ctrl<Key>T:        getNewMail()            \n\
  412.                                     \
  413.     Meta  Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  414.      ~Alt Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  415.     Meta  Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  416.      ~Alt Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  417.     Meta  Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  418.      ~Alt Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  419.     Meta  Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  420.      ~Alt Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  421.                                     \
  422.     Meta  Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  423.      ~Alt Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  424.     Meta  Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  425.      ~Alt Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  426.     Meta  Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  427.      ~Alt Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  428.     Meta  Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  429.      ~Alt Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  430.                                     \
  431.     Meta  Ctrl<Key>1:        undefined-key()            \n\
  432.      ~Alt Ctrl<Key>1:        undefined-key()            \n\
  433.     Meta  Ctrl<Key>2:        undefined-key()            \n\
  434.      ~Alt Ctrl<Key>2:        undefined-key()            \n\
  435.     Meta  Ctrl<Key>3:        undefined-key()            \n\
  436.      ~Alt Ctrl<Key>3:        undefined-key()            \n\
  437.     Meta  Ctrl<Key>4:        undefined-key()            \n\
  438.      ~Alt Ctrl<Key>4:        undefined-key()            \n\
  439.     Meta  Ctrl<Key>5:        undefined-key()            \n\
  440.      ~Alt Ctrl<Key>5:        undefined-key()            \n\
  441.     Meta  Ctrl<Key>6:        undefined-key()            \n\
  442.      ~Alt Ctrl<Key>6:        undefined-key()            \n\
  443.     Meta  Ctrl<Key>7:        undefined-key()            \n\
  444.      ~Alt Ctrl<Key>7:        undefined-key()            \n\
  445.     Meta  Ctrl<Key>8:        undefined-key()            \n\
  446.      ~Alt Ctrl<Key>8:        undefined-key()            \n\
  447.     Meta  Ctrl<Key>9:        undefined-key()            \n\
  448.      ~Alt Ctrl<Key>9:        undefined-key()            \n
  449.  
  450.  
  451. ! Translations in the MailCompose window.
  452. ! These are used instead of globalTranslations.
  453. !
  454. *mailcomposeGlobalTranslations:        #override            \
  455.                                     \
  456.     Meta  Ctrl<Key>B:        viewBookmark()            \n\
  457.      ~Alt Ctrl<Key>B:        viewBookmark()            \n\
  458.     Meta  Ctrl<Key>C:        copy()                \n\
  459.      ~Alt Ctrl<Key>C:        copy()                \n\
  460.     Meta  Ctrl<Key>Return:        sendMail()            \n\
  461.      ~Alt Ctrl<Key>Return:        sendMail()            \n\
  462.     Meta  Ctrl<Key>V:        paste()                \n\
  463.      ~Alt Ctrl<Key>V:        paste()                \n\
  464.     Meta  Ctrl<Key>W:        delete()            \n\
  465.      ~Alt Ctrl<Key>W:        delete()            \n\
  466.     Meta  Ctrl<Key>X:        cut()                \n\
  467.      ~Alt Ctrl<Key>X:        cut()                \n\
  468.     Meta  Ctrl<Key>Z:        undo()                \n\
  469.      ~Alt Ctrl<Key>Z:        undo()                \n
  470.  
  471.  
  472. ! Translations in the Bookmarks and Adderssbook window.
  473. ! These translations are used instead of globalTranslations.
  474. ! None of the key *semantics* of globalTranslations are changed here,
  475. ! only the actions bound.  (And inapplicable actions are not present.)
  476. !
  477. *bmGlobalTranslations:            #override            \
  478.     <Btn3Down>:            BookmarkPopup()            \n\
  479.     Meta  Ctrl<Key>C:        bmcopy()            \n\
  480.      ~Alt Ctrl<Key>C:        bmcopy()            \n\
  481.     Meta  Ctrl<Key>D:        bmdeleteItem()            \n\
  482.      ~Alt Ctrl<Key>D:        bmdeleteItem()            \n\
  483.     Meta  Ctrl<Key>E:        bmredo()            \n\
  484.      ~Alt Ctrl<Key>E:        bmredo()            \n\
  485.     Meta  Ctrl<Key>F:        bmfind()            \n\
  486.      ~Alt Ctrl<Key>F:        bmfind()            \n\
  487.     Meta  Ctrl<Key>G:        bmfindAgain()            \n\
  488.      ~Alt Ctrl<Key>G:        bmfindAgain()            \n\
  489.     Meta  Ctrl<Key>M:        bmmailMessage()            \n\
  490.      ~Alt Ctrl<Key>M:        bmmailMessage()            \n\
  491.     Meta  Ctrl<Key>S:        bmsaveAs()            \n\
  492.      ~Alt Ctrl<Key>S:        bmsaveAs()            \n\
  493.     Meta  Ctrl<Key>V:        bmpaste()            \n\
  494.      ~Alt Ctrl<Key>V:        bmpaste()            \n\
  495.     Meta  Ctrl<Key>W:        bmclose()            \n\
  496.      ~Alt Ctrl<Key>W:        bmclose()            \n\
  497.     Meta  Ctrl<Key>X:        bmcut()                \n\
  498.      ~Alt Ctrl<Key>X:        bmcut()                \n\
  499.     Meta  Ctrl<Key>Z:        bmundo()            \n\
  500.      ~Alt Ctrl<Key>Z:        bmundo()            \n
  501. !
  502. ! Translations for document source window
  503. *dialogGlobalTranslations:        #override            \n\
  504.                                     \
  505.     Meta Ctrl<Key>W:        delete()            \n\
  506.      ~Alt Ctrl<Key>W:        delete()            \n
  507.  
  508.  
  509.  
  510. ! Mouse bindings in the HTML display area.
  511. *drawingArea.translations:        #replace            \
  512.     <Btn1Down>:            ArmLink()            \n\
  513.     <Btn2Down>:            ArmLink()            \n\
  514.     ~Shift<Btn1Up>:            ActivateLink()            \
  515.                     DisarmLink()            \n\
  516.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  517.                     DisarmLink()            \n\
  518.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  519.                     DisarmLink()            \n\
  520.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  521.                     DisarmLink()            \n\
  522.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  523.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  524.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  525.     <Motion>:            DescribeLink()            \n\
  526.     <Btn3Down>:            CommandMenu()            \n
  527.  
  528.  
  529. ! Some basic emacs-like bindings for text fields.
  530. !
  531. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  532. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  533. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  534. ! These resources are merged in after "globalTranslations", so it is possible
  535. ! for them to override the menu accelerators.
  536. !
  537. ! Problems:
  538. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  539. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  540. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  541. !    leave the word highlighted (though it does leave a region set.)
  542. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  543. !
  544. !  NOTE: if you're looking here because BackSpace and Delete aren't
  545. !        working the way you think they should, then you need to run
  546. !        xmodmap or xkeycaps to fix your keyboard, or mess read the man
  547. !        page forVirualBindings(1).  For details, see the Netscape FAQ
  548. !        (available from the Help menu.)
  549. !
  550. *editingTranslations:            #override            \n\
  551.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  552.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  553.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  554.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  555.     ~Meta ~Alt        Ctrl<Key>d:    delete-next-character()        \n\
  556.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  557.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  558.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  559.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  560.     ~Meta ~Alt        Ctrl<Key>g:    process-cancel()        \n\
  561.     ~Meta ~Alt        Ctrl<Key>h:    delete-previous-character()    \n\
  562.     ~Meta ~Alt        Ctrl<Key>space: set-anchor()            \n\
  563.     ~Meta ~Alt        Ctrl<Key>2:    set-anchor()            \n\
  564.     ~Meta ~Alt        Ctrl<Key>@:    set-anchor()            \n\
  565.                                     \
  566.     Meta  Ctrl ~Shift<Key>b:    backward-word()            \n\
  567.      ~Alt Ctrl ~Shift<Key>b:    backward-word()            \n\
  568.     Meta  Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  569.      ~Alt Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  570.     Meta  Ctrl ~Shift<Key>f:    forward-word()            \n\
  571.      ~Alt Ctrl ~Shift<Key>f:    forward-word()            \n\
  572.     Meta  Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  573.      ~Alt Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  574.     Meta  Ctrl       <Key>w:    copy-clipboard()        \n\
  575.      ~Alt Ctrl       <Key>w:    copy-clipboard()        \n\
  576.     Meta  Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  577.      ~Alt Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  578.     Meta  Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  579.      ~Alt Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  580.     Meta  Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  581.      ~Alt Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  582.     Meta  Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  583.      ~Alt Ctrl  Shift<Key>osfRight:forward-word(extend)        \n
  584.  
  585. ! Translations that apply only to single-line fields; see above.
  586. !
  587. ! Ctrl-U clears the current line only in single-line fields.  Unix
  588. ! command-line weenies expect this, even though everyone knows Ctrl-U
  589. ! should mean "prefix argument".
  590. !
  591. ! In single-line fields, the various killing commands are really deletion
  592. ! commands instead (that is, they don't affect the Clipboard and are not
  593. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  594. ! kill commands -- only the XmText widget does.  (What the hell is up with
  595. ! that...)  Maybe we could get around this by never using XmTextField, and
  596. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  597. ! have other unexpected effects...
  598. !
  599. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  600. ! but that doesn't work, because forward-word takes the whitespace after the
  601. ! word as well, instead of stopping before the whitespace.
  602. !
  603. ! Similarly, Ctrl-k can't be implemented with
  604. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  605. ! because that has the side effect of (temporarily) owning the selection,
  606. ! which would make it impossible to: select text in another application;
  607. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  608. ! because C-k would have cleared the selection.
  609. !
  610. *singleLineEditingTranslations:        #override            \n\
  611.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  612.                     delete-to-end-of-line()        \n\
  613.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  614.     ~Meta ~Alt Ctrl<Key>l:        refresh()            \n\
  615.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  616.                     delete-selection()        \n\
  617.     ~Meta ~Alt Ctrl<Key>y:        paste-clipboard()        \n\
  618.     Meta  Ctrl       <Key>d:    delete-next-word()        \n\
  619.      ~Alt Ctrl       <Key>d:    delete-next-word()        \n\
  620.     Meta  Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  621.      ~Alt Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  622.     Meta  Ctrl<Key>osfDelete:    delete-next-word()        \n\
  623.      ~Alt Ctrl<Key>osfDelete:    delete-next-word()        \n
  624.  
  625. ! Translations that apply only to multi-line fields; see above.
  626. ! Most of these are here because they are commands that only apply when
  627. ! the text area has multiple lines in it, but see above comment about
  628. ! "kill" commands versus "delete" commands.
  629. !
  630. *multiLineEditingTranslations:        #override            \n\
  631.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  632.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  633.     ~Meta ~Alt Ctrl<Key>y:        unkill()            \n\
  634.     Meta  Ctrl       <Key>d:    kill-next-word()        \n\
  635.      ~Alt Ctrl       <Key>d:    kill-next-word()        \n\
  636.     ~Meta ~Alt        Ctrl<Key>l:    redraw-display() refresh()    \n\
  637.     Meta  Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  638.      ~Alt Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  639.     Meta  Ctrl<Key>osfDelete:    kill-next-word()        \n\
  640.      ~Alt Ctrl<Key>osfDelete:    kill-next-word()        \n\
  641.                                     \
  642.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  643.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  644.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  645.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  646.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  647.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  648.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  649.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  650.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  651.      ~Alt Ctrl ~Shift<Key>v:    previous-page()            \n\
  652.     Meta  Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  653.      ~Alt Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  654.      ~Alt Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  655.     Meta  Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  656.      ~Alt Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  657.     Meta  Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  658.      ~Alt Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  659.     Meta  Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  660.      ~Alt Ctrl  Shift<Key>]:    forward-paragraph(extend)    \n\
  661.     Meta  Ctrl  Shift<Key>[:    forward-paragraph(extend)    \n\
  662.      ~Alt Ctrl       <Key><:    set-anchor()            \
  663.                     beginning-of-file()        \n\
  664.     Meta  Ctrl       <Key><:    set-anchor()            \
  665.                     beginning-of-file()        \n\
  666.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  667.                     end-of-file()            \n\
  668.     Meta  Ctrl       <Key>>:    set-anchor()            \
  669.                     end-of-file()            \n\
  670.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  671.                     beginning-of-file(extend)    \n\
  672.        ~Meta  Ctrl       <Key><:    set-anchor()            \
  673.                     beginning-of-file(extend)    \n\
  674.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  675.                     end-of-file(extend)        \n\
  676.        ~Meta  Ctrl       <Key>>:    set-anchor()            \
  677.                     end-of-file(extend)        \n
  678.  
  679. ! Since these get merged in first, all the other bindings override them.
  680. ! This is just so that undefined non-self-inserting keys beep.
  681. ! (Except that this doesn't really work that well, so nevermind.)
  682. !*XmText.translations:        #override                \
  683. !            Ctrl <Key>:    undefined-key()            \n\
  684. !            Meta <Key>:    undefined-key()            \n\
  685. !             Alt <Key>:    undefined-key()            \n
  686. !*XmTextField.translations:    #override                \
  687. !            Ctrl <Key>:    undefined-key()            \n\
  688. !            Meta <Key>:    undefined-key()            \n\
  689. !             Alt <Key>:    undefined-key()            \n
  690.  
  691.  
  692. ! We merge these translations into all text fields which are not the
  693. ! bottommost text field in a dialog box (transient popup.)  This is so that
  694. ! hitting `return' in a text field will select the next text field if there
  695. ! is one, and will select the "OK" button if there are no more.
  696. !
  697. *nonterminalTextTranslations:    #override                \n\
  698.     <Key>Return:        next-tab-group()            \n\
  699.     <Key>Linefeed:        next-tab-group()            \n
  700.  
  701. ! This is used for self-submitting text fields in HTML forms (not popups.)
  702. ! We don't need to store these in to dialog box text fields, since in that
  703. ! case we are able to simply avoid storing in the above ones, but we don't
  704. ! know that until too late with forms.
  705. *terminalTextTranslations:    #override                \n\
  706.     <Key>Return:        activate()                \n\
  707.     <Key>Linefeed:        activate()                \n
  708.  
  709.  
  710. ! These translations are installed on every TextField widget in the main tree,
  711. ! but *not* on text fields in dialogs, or in the mail composition window
  712. ! (that's the difference between this and singleLineEditingTranslations.)
  713. *globalTextFieldTranslations:        #override            \n\
  714.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  715.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  716.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  717.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  718.  
  719. ! These keysyms are apparently an R6ism.
  720. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  721. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  722.  
  723.  
  724. ! We install these on every widget in the main tree (but not popups) that isn't
  725. ! a Text or TextField.  These, basically, are motion commands that ought to 
  726. ! apply to the HTML display area unless some text field has focus, in which
  727. ! case they ought to apply to the text in that text field instead.  Doesn't
  728. ! all this crap just make you want to hurl?
  729. *globalNonTextTranslations:        #override            \n\
  730.     ~Meta ~Alt ~Ctrl<Key>space:    PageDown()            \n\
  731.                                       \
  732.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  733.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  734.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  735.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  736.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  737.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  738.                                       \
  739.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  740.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  741.      Meta  Ctrl<Key>f:        fishcam()            \n\
  742.       Alt  Ctrl<Key>f:        fishcam()            \n\
  743.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  744.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  745.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  746.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  747.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  748.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  749.                                       \
  750.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  751.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  752.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  753.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  754.  
  755. ! These keysyms are apparently an R6ism.
  756. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  757. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  758. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  759. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  760. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  761. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  762.  
  763.  
  764.  
  765. !=============================================================================
  766.  
  767.  
  768. ! About Translations, Actions, and "-remote" commands:
  769. !
  770. ! You can control a running Netscape process externally; you do this by
  771. ! issuing a command like " -remote openURL(http://xxx)".
  772. ! When Netscape is invoked with the -remote argument, it does not open
  773. ! window, but instead connects to and controls an already-existing process.
  774. ! This is done using X properties, so the two Netscape processes need not
  775. ! be running on the same machine, and need not share a file system.
  776. !
  777. ! All of Netscape's action names are the same as its resource names; so, for
  778. ! example, if you wanted to know the name of the action that corresponds to
  779. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  780. ! and see that the resource that is set to that string is "addBookmark" -
  781. ! that's the name of the Action as well.
  782. !
  783. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  784. ! can also invoke them directly via " -remote", like this:
  785. !
  786. !     -remote 'addBookmark()'
  787. !
  788. ! That will cause the existing Netscape process to add its current URL to
  789. ! the bookmarks, just as if you had selected that menu item.
  790. !
  791. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  792. ! for more information.
  793.  
  794.  
  795. !=============================================================================
  796. !
  797. !      There's really nothing after this point you should be messing with.
  798. !
  799. !=============================================================================
  800.  
  801.  
  802. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  803. ! contexts where it has no business being involved at all.  Let's try
  804. ! disabling it globally and see if that helps.
  805. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  806. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  807.  
  808.  
  809. ! Labels
  810. !
  811. *Help.sensitive:            False
  812.  
  813. *urlLabel.alignment:            ALIGNMENT_END
  814. *urlLabel.recomputeSize:        False
  815. *urlLabel.netsiteLabelString:        Location:
  816. *urlLabel.uneditedLabelString:        Location:
  817. *urlLabel.editedLabelString:        Go To:
  818. ! this must be the longer of the two...
  819. *urlLabel.labelString:            Location:
  820.  
  821. !=============================================================================
  822.  
  823. *menuBar.file.mnemonic:         F
  824. *menuBar.edit.mnemonic:         E
  825. *menuBar.view.mnemonic:         V
  826. *menuBar.go.mnemonic:           G
  827. *menuBar.bookmark.mnemonic:     B
  828. *menuBar.options.mnemonic:      O
  829. *menuBar.directory.mnemonic:    D
  830. *menuBar.help.mnemonic:         H
  831. *menuBar.windows.mnemonic:      W
  832.  
  833. !=============================================================================
  834. *menuBar.file.labelString:        File
  835.  
  836. *menuBar*openBrowser.labelString:    New Web Browser
  837. *menuBar*openBrowser.mnemonic:        B
  838. *menuBar*openBrowser.acceleratorText:    Ctrl+N
  839.  
  840. *menuBar*openURL.labelString:        Open Location...
  841. *menuBar*openURL.mnemonic:        L
  842. *menuBar*openURL.acceleratorText:    Ctrl+L
  843.  
  844. *menuBar*openFile.labelString:        Open File...
  845. *menuBar*openFile.mnemonic:        O
  846. *menuBar*openFile.acceleratorText:    Ctrl+O
  847.  
  848. *menuBar*saveAs.labelString:        Save As...
  849. *menuBar*saveAs.mnemonic:        A
  850. *menuBar*saveAs.acceleratorText:    Ctrl+S
  851.  
  852. *menuBar*uploadFile.labelString:    Upload File...
  853. *menuBar*uploadFile.mnemonic:        U
  854. ! no accelerator
  855.  
  856. *menuBar*saveLinksAs.labelString:    Save Next Link As...
  857. *menuBar*saveLinksAs.mnemonic:        A
  858. ! accelerator is magic
  859. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  860.  
  861. *menuBar*mailNew.labelString:        New Mail Message
  862. *menuBar*mailNew.mnemonic:        M
  863. *menuBar*mailNew.acceleratorText:    Ctrl+M
  864.  
  865. *menuBar*mailto.labelString:        Mail Document
  866. *menuBar*mailto.mnemonic:        D
  867.  
  868. *menuBar*docInfo.labelString:        Document Info
  869. *menuBar*docInfo.mnemonic:        n
  870. ! no accelerator
  871.  
  872. *menuBar*javaInfo.labelString:        Java Info
  873. *menuBar*javaInfo.mnemonic:        J
  874.  
  875. *menuBar*openMail.labelString:        Netscape Mail
  876. *menuBar*openMail.mnemonic:        M
  877. ! no accelerator
  878.  
  879. *menuBar*openNews.labelString:        Netscape News
  880. *menuBar*openNews.mnemonic:        N
  881. ! no accelerator
  882.  
  883. *menuBar*printSetup.labelString:    Print Setup...
  884. *menuBar*printSetup.mnemonic:        r
  885. ! no accelerator
  886.  
  887. *menuBar*print.labelString:        Print...
  888. *menuBar*print.mnemonic:        P
  889. *menuBar*print.acceleratorText:        Ctrl+P
  890.  
  891. *menuBar*delete.labelString:        Close
  892. *menuBar*delete.mnemonic:        C
  893. *menuBar*delete.acceleratorText:    Ctrl+W
  894.  
  895. *menuBar*whatsChanged.labelString:    What's New?
  896. !no accelerator
  897.  
  898. *menuBar*import.labelString:        Import...
  899. *menuBar*import.mnemonic:        I
  900.  
  901. *menuBar*quit.labelString:        Exit
  902. *menuBar*quit.mnemonic:            x
  903. *menuBar*quit.acceleratorText:        Ctrl+Q
  904.  
  905. *menuBar*windows.labelString:        Window
  906. ! no accelerator
  907.  
  908. !*menuBar*openFolder.labelString:    Open Folder...
  909. !*menuBar*openNewsHost.labelString:    Open News Host...
  910. !*menuBar*save.labelString:        Save
  911. !*menuBar*saveMessageAs.labelString:    Save Message(s) As...
  912. !*menuBar*copyMessagesInto.labelString:    Copy Messages Into
  913. !*menuBar*moveMessagesInto.labelString:    Move Messages Into
  914. !*menuBar*messageInfo.labelString:    Information...
  915.  
  916.  
  917. !=============================================================================
  918. *menuBar.edit.labelString:        Edit
  919.  
  920. *menuBar*undo.labelString:        Undo
  921. *menuBar*undo.mnemonic:            U
  922. *menuBar*undo.acceleratorText:        Ctrl+Z
  923.  
  924. *menuBar*redo.labelString:        Redo
  925. *menuBar*redo.mnemonic:            R
  926. *menuBar*redo.acceleratorText:        Ctrl+E
  927.  
  928. *menuBar*cut.labelString:        Cut
  929. *menuBar*cut.mnemonic:            t
  930. *menuBar*cut.acceleratorText:        Ctrl+X
  931.  
  932. *menuBar*copy.labelString:        Copy
  933. *menuBar*copy.mnemonic:            C
  934. *menuBar*copy.acceleratorText:        Ctrl+C
  935.  
  936. *menuBar*paste.labelString:        Paste
  937. *menuBar*paste.mnemonic:        P
  938. *menuBar*paste.acceleratorText:        Ctrl+V
  939.  
  940. *menuBar*find.labelString:        Find...
  941. *menuBar*find.mnemonic:            F
  942. *menuBar*find.acceleratorText:        Ctrl+F
  943.  
  944. *menuBar*findAgain.labelString:        Find Again
  945. *menuBar*findAgain.mnemonic:        g
  946. *menuBar*findAgain.acceleratorText:    Ctrl+G
  947.  
  948. *menuBar*deleteItem.labelString:    Delete
  949. *menuBar*deleteItem.mnemonic:        D
  950. *menuBar*deleteItem.acceleratorText:    Ctrl+D
  951.  
  952.  
  953. !=============================================================================
  954. *menuBar.view.labelString:        View
  955.  
  956. *menuBar*reload.labelString:        Reload
  957. *menuBar*reload.mnemonic:        R
  958. *menuBar*reload.acceleratorText:    Ctrl+R
  959. ! In news reply to sender uses this accelerator
  960. *News*menuBar*reload.acceleratorText:    
  961.  
  962. *menuBar*reloadFrame.labelString:    Reload Frame
  963. *menuBar*reloadFrame.mnemonic:        l
  964.  
  965. *menuBar*loadImages.labelString:    Load Images
  966. *menuBar*loadImages.mnemonic:        I
  967. *menuBar*loadImages.acceleratorText:    Ctrl+I
  968.  
  969. *menuBar*refresh.labelString:        Refresh
  970. *menuBar*refresh.mnemonic:        f
  971. ! no accelerator
  972.  
  973. *menuBar*source.labelString:        Document Source
  974. *menuBar*source.mnemonic:        S
  975. ! no accelerator
  976.  
  977. *menuBar*attachmentsInline.mnemonic:    A
  978. ! no accelerator
  979.  
  980. *menuBar*attachmentsAsLinks.mnemonic:    L
  981. ! no accelerator
  982.  
  983. !*menuBar*viewAllGroups.labelString:    Show All Newsgroups
  984. !*menuBar*checkNewGroups.labelString:    Check for New Groups
  985. !*menuBar*rot13.labelString:        Rot 13
  986.  
  987.  
  988. !=============================================================================
  989. *menuBar.message.labelString:        Message
  990. *menuBar.message.mnemonic:         M
  991.  
  992. !*menuBar*deleteMessage.labelString:    Delete Message
  993. *menuBar*deleteMessage.mnemonic:    D
  994. *menuBar*deleteMessage.acceleratorText:    Ctrl+D
  995.  
  996.  
  997. !=============================================================================
  998. *menuBar.go.labelString:        Go
  999.  
  1000. *menuBar*back.labelString:        Back
  1001. *menuBar*back.mnemonic:            B
  1002. *menuBar*back.acceleratorText:        Ctrl+Left
  1003.  
  1004. *menuBar*forward.labelString:        Forward
  1005. *menuBar*forward.mnemonic:        F
  1006. *menuBar*forward.acceleratorText:    Ctrl+Right
  1007.  
  1008. *menuBar*home.labelString:        Home
  1009. *menuBar*home.mnemonic:            H
  1010. ! no accelerator
  1011.  
  1012. *menuBar*abort.labelString:        Stop Loading
  1013. *menuBar*abort.mnemonic:        S
  1014. *menuBar*abort.acceleratorText:        ESC
  1015.  
  1016. *menuBar*viewHistory.labelString:    History
  1017. *menuBar*viewHistory.mnemonic:        H
  1018. ! This only has this accelerator in browser windows
  1019. *Navigator*menuBar*viewHistory.acceleratorText:    Ctrl+H
  1020.  
  1021. *menuBar*historyItem1.acceleratorText:    Ctrl+1
  1022. *menuBar*historyItem2.acceleratorText:    Ctrl+2
  1023. *menuBar*historyItem3.acceleratorText:    Ctrl+3
  1024. *menuBar*historyItem4.acceleratorText:    Ctrl+4
  1025. *menuBar*historyItem5.acceleratorText:    Ctrl+5
  1026. *menuBar*historyItem6.acceleratorText:    Ctrl+6
  1027. *menuBar*historyItem7.acceleratorText:    Ctrl+7
  1028. *menuBar*historyItem8.acceleratorText:    Ctrl+8
  1029. *menuBar*historyItem9.acceleratorText:    Ctrl+9
  1030.  
  1031. *menuBar*historyTruncated.labelString:    ( ...truncated... )
  1032. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  1033.  
  1034.  
  1035. !*menuBar*markThreadRead.labelString:        Mark Thread Read
  1036. !*menuBar*markAllRead.labelString:        Mark All Messages Read
  1037. !*menuBar*showAllMessages.labelString:        Show All Messages
  1038. !*menuBar*nextMessage.labelString:        Select Next Message
  1039. !*menuBar*previousMessage.labelString:        Select Previous Message
  1040. !*menuBar*firstUnreadMessage.labelString:    Select First Unread Message
  1041. !*menuBar*nextUnreadMessage.labelString:        Select Next Unread Message
  1042. !*menuBar*previousUnreadMessage.labelString:    Select Previous Unread Message
  1043.  
  1044.  
  1045. !=============================================================================
  1046. *menuBar.sort.labelString:        Sort
  1047.  
  1048. !*menuBar*thread.labelString:        Thread by References
  1049. !*menuBar*sortReverse.labelString:    Sort Backward
  1050. !*menuBar*byDate.labelString:        By Date
  1051. !*menuBar*byMessageNumber.labelString:    By Message Number
  1052. !*menuBar*bySubject.labelString:        By Subject
  1053. !*menuBar*bySender.labelString:        By Sender's Name
  1054. !*menuBar*resort.labelString:        Re-Sort
  1055.  
  1056.  
  1057. !=============================================================================
  1058. *menuBar.bookmark.labelString:        Bookmarks
  1059.  
  1060. *menuBar*addBookmark.labelString:    Add Bookmark
  1061. *menuBar*addBookmark.mnemonic:        A
  1062. *menuBar*addBookmark.acceleratorText:    Ctrl+A
  1063.  
  1064. *menuBar*viewBookmark.labelString:    Bookmarks
  1065. *menuBar*viewBookmark.mnemonic:        k
  1066. *menuBar*viewBookmark.acceleratorText:    Ctrl+B
  1067.  
  1068. *menuBar*gotoBookmarkHtml.labelString:    Goto Bookmarks
  1069. *menuBar*gotoBookmarkHtml.mnemonic:    G
  1070.  
  1071.  
  1072. !=============================================================================
  1073. *menuBar.options.labelString:        Options
  1074.  
  1075. *menuBar*generalPrefs.labelString:    General Preferences...
  1076. *menuBar*generalPrefs.mnemonic:        G
  1077.  
  1078. *menuBar*mailNewsPrefs.labelString:    Mail and News Preferences...
  1079. *menuBar*mailNewsPrefs.mnemonic:    M
  1080.  
  1081. *menuBar*networkPrefs.labelString:    Network Preferences...
  1082. *menuBar*networkPrefs.mnemonic:        N
  1083.  
  1084. *menuBar*securityPrefs.labelString:    Security Preferences...
  1085. *menuBar*securityPrefs.mnemonic:    S
  1086.  
  1087. *menuBar*showToolbar.labelString:    Show Toolbar
  1088. *menuBar*showToolbar.mnemonic:        T
  1089.  
  1090. *menuBar*showURL.labelString:        Show Location
  1091. *menuBar*showURL.mnemonic:        L
  1092.  
  1093. *menuBar*showDirectoryButtons.labelString: Show Directory Buttons
  1094. *menuBar*showDirectoryButtons.mnemonic:       D
  1095.  
  1096. *menuBar*showSecurityBar.labelString:    Show Security Colorbar
  1097. *menuBar*showSecurityBar.mnemonic:    C
  1098.  
  1099. *menuBar*showJavaConsole.labelString:    Show Java Console
  1100.  
  1101. *menuBar*autoLoadImages.labelString:    Auto Load Images
  1102. *menuBar*autoLoadImages.mnemonic:    A
  1103.  
  1104. *menuBar*fancyFTP.labelString:        Show FTP File Information
  1105. *menuBar*fancyFTP.mnemonic:        F
  1106.  
  1107. *menuBar*docEncoding.labelString:    Language Encoding
  1108. *menuBar*docEncoding.mnemonic:        E
  1109.  
  1110. *menuBar*saveOptions.labelString:    Save Options
  1111. *menuBar*saveOptions.mnemonic:        O
  1112.  
  1113. !*menuBar*showAllHeaders.labelString:    Show All Headers
  1114.  
  1115.  
  1116. !=============================================================================
  1117. *menuBar*docEncMenu*indicatorType:    ONE_OF_MANY
  1118. *menuBar*latin1.labelString:        Western (Latin-1)
  1119. *menuBar*latin2.labelString:        Central European (Latin-2)
  1120. *menuBar*jaAuto.labelString:        Japanese (Auto-Select)
  1121. *menuBar*jaEUC.labelString:        Japanese (EUC-JP)
  1122. *menuBar*jaSJIS.labelString:        Japanese (SJIS)
  1123. *menuBar*2022kr.labelString:        Korean (ISO-2022-KR)
  1124. *menuBar*krEUC.labelString:        Korean (EUC-KR)
  1125. *menuBar*gbEUC.labelString:        Chinese (EUC-CN)
  1126. *menuBar*twEUC.labelString:        Chinese (EUC-TW)
  1127. *menuBar*twBig5.labelString:        Chinese (Big5)
  1128.  
  1129.  
  1130.  
  1131. !=============================================================================
  1132. *menuBar.directory.labelString:        Directory
  1133.  
  1134. *menuBar*netscape.labelString:        Netscape's Home
  1135. *menuBar*netscape.mnemonic:        H
  1136.  
  1137. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  1138. *menuBar*sgi.mnemonic:            i
  1139.  
  1140. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  1141. *menuBar*adobe.mnemonic:        o
  1142.  
  1143. *menuBar*whatsNew.labelString:        What's New!
  1144. *menuBar*whatsNew.mnemonic:        N
  1145.  
  1146. *menuBar*whatsCool.labelString:        What's Cool!
  1147. *menuBar*whatsCool.mnemonic:        C
  1148.  
  1149. *menuBar*inetIndex.labelString:        Internet Directory
  1150. *menuBar*inetIndex.mnemonic:        D
  1151.  
  1152. *menuBar*inetSearch.labelString:    Internet Search
  1153. *menuBar*inetSearch.mnemonic:        S
  1154.  
  1155. *menuBar*inetWhite.labelString:        Internet White Pages
  1156. *menuBar*inetWhite.mnemonic:        W
  1157.  
  1158. *menuBar*inetAbout.labelString:        About the Internet
  1159. *menuBar*inetAbout.mnemonic:        A
  1160.  
  1161. *menuBar*galleria.labelString:        Netscape Galleria
  1162. *menuBar*galleria.mnemonic:        G
  1163.  
  1164.  
  1165. !=============================================================================
  1166. *menuBar.help.labelString:        Help
  1167.  
  1168. *menuBar*about.labelString:        About Netscape
  1169. *menuBar*about.mnemonic:        A
  1170.  
  1171. *menuBar*aboutplugins.labelString:    About Plug-ins
  1172. *menuBar*aboutplugins.mnemonic:        P
  1173.  
  1174. *menuBar*registration.labelString:    Registration Information
  1175. *menuBar*registration.mnemonic:        I
  1176.  
  1177. *menuBar*upgrade.labelString:        Software
  1178. *menuBar*upgrade.mnemonic:        t
  1179.  
  1180. *menuBar*manual.labelString:        Handbook
  1181. *menuBar*manual.mnemonic:        H
  1182.  
  1183. *menuBar*relnotes.labelString:        Release Notes
  1184. *menuBar*relnotes.mnemonic:        R
  1185.  
  1186. *menuBar*faq.labelString:        Frequently Asked Questions
  1187. *menuBar*faq.mnemonic:            F
  1188.  
  1189. *menuBar*aboutSecurity.labelString:    On Security
  1190. *menuBar*aboutSecurity.mnemonic:    O
  1191.  
  1192. *menuBar*feedback.labelString:        How to Give Feedback
  1193. *menuBar*feedback.mnemonic:        G
  1194.  
  1195. *menuBar*support.labelString:        How to Get Support
  1196. *menuBar*support.mnemonic:        S
  1197.  
  1198. *menuBar*howTo.labelString:        How to Create Web Services
  1199. *menuBar*howTo.mnemonic:        C
  1200.  
  1201.  
  1202. *menuBar*aboutMailAndNews.labelString:    About Netscape Mail and News...
  1203. *menuBar*aboutUsenet.labelString:    About USENET Newsgroups...
  1204.  
  1205.  
  1206. ! For the toggles in the options menu
  1207. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  1208. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1209. *menuBar*XmToggleButton.fillOnSelect:        True
  1210. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  1211. *menuBar*XmToggleButton.visibleWhenOff:        True
  1212. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  1213.  
  1214. *menuBar*sortByDate.visibleWhenOff:        False
  1215. *menuBar*sortByMessageNumber.visibleWhenOff:    False
  1216. *menuBar*sortBySubject.visibleWhenOff:        False
  1217. *menuBar*sortBySender.visibleWhenOff:        False
  1218.  
  1219. !=============================================================================
  1220. ! Mail/News menubar
  1221. !=============================================================================
  1222.  
  1223. !Mail menubar wont have this accelerator. This is used by reply
  1224. *Mail*menuBar*reload.acceleratorText:
  1225.  
  1226. *menubar*deliverNow.indicatorType:            ONE_OF_MANY
  1227. *menuBar*deliverNow.labelString:            Immediate Delivery
  1228. ! no mnemonic
  1229. ! no accelerator
  1230.  
  1231. *menubar*deliverLater.indicatorType:            ONE_OF_MANY
  1232. *menuBar*deliverLater.labelString:            Deferred Delivery
  1233. ! no mnemonic
  1234. ! no accelerator
  1235.  
  1236. !*getNewMail.labelString:                Get New Mail
  1237. *getNewMail.mnemonic:                    G
  1238. *getNewMail.acceleratorText:                Ctrl+T
  1239.  
  1240. !*deliverQueuedMessages.labelString:            Send Mail in Outbox
  1241. *deliverQueuedMessages.mnemonic:            d
  1242. *deliverQueuedMessages.acceleratorText:            Ctrl+H
  1243.  
  1244. !*openFolder.labelString:                Open Folder...
  1245. *openFolder.mnemonic:                    O
  1246. *openFolder.acceleratorText:                Ctrl+O
  1247.  
  1248. !*newFolder.labelString:                New Folder...
  1249. *newFolder.mnemonic:                    N
  1250.  
  1251. !*menuBar*compressFolder.labelString:            Compress this Folder
  1252. *menuBar*compressFolder.mnemonic:            C
  1253. *menuBar*compressFolder.acceleratorText:        Ctrl+K
  1254.  
  1255. !*menuBar*compressAllFolders.labelString:        Compress all Folders
  1256. *menuBar*compressAllFolders.mnemonic:            A
  1257.  
  1258. !*menuBar*emptyTrash.labelString:            Empty Trash Folder
  1259. *menuBar*emptyTrash.mnemonic:                E
  1260.  
  1261. !*menuBar*deleteFolder.labelString:            Delete Folder
  1262. *menuBar*deleteFolder.mnemonic:                o
  1263.  
  1264. !*menuBar*selectThread.labelString:            Select Thread
  1265. *menuBar*selectThread.mnemonic:                T
  1266. *menuBar*selectThread.acceleratorText:            Ctrl+Shift+A
  1267.  
  1268. !*menuBar*selectMarkedMessages.labelString:        Select Flagged Messages
  1269. *menuBar*selectMarkedMessages.mnemonic:            l
  1270.  
  1271. !*menuBar*selectAllMessages.labelString:        Select All
  1272. *menuBar*selectAllMessages.mnemonic:            A
  1273. *menuBar*selectAllMessages.acceleratorText:        Ctrl+A
  1274.  
  1275. *menuBar*sort.labelString:                Sort
  1276. *menuBar*sort.mnemonic:                    S
  1277.  
  1278. !*rot13Message.labelString:                Unscramble (ROT13)
  1279. *rot13Message.mnemonic:                    U
  1280.  
  1281. !*menuBar*nextMessage.labelString:            Next Message
  1282. *menuBar*nextMessage.mnemonic:                N
  1283. *menuBar*nextMessage.acceleratorText:            Ctrl+Down
  1284.  
  1285. !*menuBar*previousMessage.labelString:            Previous Message
  1286. *menuBar*previousMessage.mnemonic:            P
  1287. *menuBar*previousMessage.acceleratorText:        Ctrl+Up
  1288.  
  1289. !*menuBar*firstUnreadMessage.labelString:        First Unread
  1290. *menuBar*firstUnreadMessage.mnemonic:            U
  1291.  
  1292. !*menuBar*nextUnreadMessage.labelString:        Next Unread
  1293. *menuBar*nextUnreadMessage.mnemonic:            e
  1294. *menuBar*nextUnreadMessage.acceleratorText:        Ctrl+Shift+Down
  1295.  
  1296. !*menuBar*previousUnreadMessage.labelString:        Previous Unread
  1297. *menuBar*previousUnreadMessage.mnemonic:        r
  1298. *menuBar*previousUnreadMessage.acceleratorText:        Ctrl+Shift+Up
  1299.  
  1300. !*menuBar*firstMarkedMessage.labelString:        First Marked
  1301. *menuBar*firstMarkedMessage.mnemonic:            M
  1302.  
  1303. !*menuBar*nextMarkedMessage.labelString:        Next Marked
  1304. *menuBar*nextMarkedMessage.mnemonic:            x
  1305.  
  1306. !*menuBar*previousMarkedMessage.labelString:        Previous Marked
  1307. *menuBar*previousMarkedMessage.mnemonic:        v
  1308.  
  1309. !*menuBar*showAllMessages.labelString:            Show All Messages
  1310. *menuBar*showAllMessages.mnemonic:            A
  1311.  
  1312. !*menuBar*showOnlyUnread.labelString:        Show Only Unread Messages
  1313. *menuBar*showOnlyUnread.mnemonic:        U
  1314.  
  1315. !*menuBar*showAllHeaders.labelString:            Show All Headers
  1316. *menuBar*showAllHeaders.mnemonic:            H
  1317.  
  1318. *editAddressBook.labelString:                Address Book
  1319. *editAddressBook.mnemonic:                A
  1320.  
  1321. !*menuBar*editAddress.labelString:            Add to Address Book
  1322. *menuBar*editAddress.mnemonic:                t
  1323.  
  1324. !*menuBar*replyToSender.labelString:            Reply
  1325. *menuBar*replyToSender.mnemonic:            R
  1326. *menuBar*replyToSender.acceleratorText:            Ctrl+R
  1327.  
  1328. !*menuBar*replyToAll.labelString:            Reply to All
  1329. *menuBar*replyToAll.mnemonic:                A
  1330. *menuBar*replyToAll.acceleratorText:            Ctrl+Shift+R
  1331.  
  1332. !*menuBar*forwardMessage.labelString:            Forward
  1333. *menuBar*forwardMessage.mnemonic:            F
  1334. *menuBar*forwardMessage.acceleratorText:        Ctrl+L
  1335.  
  1336. *forwardMessageQuoted.labelString:            Forward Quoted
  1337. *forwardMessageQuoted.mnemonic:                Q
  1338. *forwardMessageQuoted.acceleratorText:            Ctrl+Shift+D
  1339.  
  1340. !*menuBar*markSelectedRead.labelString:            Mark as Read
  1341. *menuBar*markSelectedRead.mnemonic:            d
  1342.  
  1343. !*menuBar*markSelectedUnread.labelString:        Mark as Unread
  1344. *menuBar*markSelectedUnread.mnemonic:            U
  1345.  
  1346. !*menuBar*markThreadRead.labelString:            Mark Thread Read
  1347. *menuBar*markThreadRead.mnemonic:            a
  1348.  
  1349. !*menuBar*markSelectedMessages.labelString:        Flag message
  1350. *menuBar*markSelectedMessages.mnemonic:            l
  1351.  
  1352. !*menuBar*unmarkSelectedMessages.labelString:        Unflag message
  1353. *menuBar*unmarkSelectedMessages.mnemonic:        e
  1354.  
  1355. !*menuBar*moveMessagesInto.labelString:            Move
  1356. *menuBar*moveMessagesInto.mnemonic:            v
  1357.  
  1358. !*menuBar*copyMessagesInto.labelString:            Copy
  1359. *menuBar*copyMessagesInto.mnemonic:            C
  1360.  
  1361. !*reSort.labelString:                    Again
  1362. *reSort.mnemonic:                    A
  1363.  
  1364. !*menuBar*threadMessages.labelString:            Thread Messages
  1365. *menuBar*threadMessages.mnemonic:            T
  1366.  
  1367. !*menuBar*sortBackward.labelString:            Ascending
  1368. *menuBar*sortBackward.mnemonic:                s
  1369.  
  1370. !*menuBar*sortByDate.labelString:            by Date
  1371. *menuBar*sortByDate.mnemonic:                D
  1372.  
  1373. !*menuBar*sortBySubject.labelString:            by Subject
  1374. *menuBar*sortBySubject.mnemonic:            u
  1375.  
  1376. !*menuBar*sortBySender.labelString:            by Sender
  1377. *menuBar*sortBySender.mnemonic:                e
  1378.  
  1379. !*menuBar*sortByMessageNumber.labelString:        by Message Number
  1380. *menuBar*sortByMessageNumber.mnemonic:            M
  1381.  
  1382. !*openNewsHost.labelString:                Open News Host...
  1383. *openNewsHost.mnemonic:                    O
  1384.  
  1385. *menuBar*postNew.labelString:                New News Message
  1386. *menuBar*postNew.mnemonic:                N
  1387.  
  1388. !*postReply.labelString:                Post Reply
  1389. *postReply.mnemonic:                    o
  1390.  
  1391. !*postAndMailReply.labelString:                Post and Mail Reply
  1392. *postAndMailReply.mnemonic:                s
  1393.  
  1394. !*showSubscribedNewsGroups.labelString:    Show Subscribed Newsgroups
  1395. *showSubscribedNewsGroups.mnemonic:    b
  1396.  
  1397. !*showActiveNewsGroups.labelString:        Show Active Newsgroups
  1398. *showActiveNewsGroups.mnemonic:            c
  1399.  
  1400. !*showAllNewsGroups.labelString:        Show All Newsgroups
  1401. *showAllNewsGroups.mnemonic:            A
  1402.  
  1403. !*checkNewNewsGroups.labelString:        Show New Newsgroups
  1404. *checkNewNewsGroups.mnemonic:            p
  1405.  
  1406. !*menuBar*cancelMessage.labelString:            Cancel Message
  1407. *menuBar*cancelMessage.mnemonic:            n
  1408.  
  1409. !*menubar*addFromNewest.labelString:            Add From Newest Messages
  1410. *menubar*addFromNewest.mnemonic:            f
  1411.  
  1412. !*menubar*addFromOldest.labelString:            Add From Oldest Messages
  1413. *menubar*addFromOldest.mnemonic:            r
  1414.  
  1415. ! These are std Mail folder names.
  1416. *popup*sentMail.labelString:                Sent
  1417. *popup*sentMail.mnemonic:                S
  1418.  
  1419. *popup*inbox.labelString:                Inbox
  1420. *popup*inbox.mnemonic:                    I
  1421.  
  1422. *popup*trash.labelString:                Trash
  1423. *popup*trash.mnemonic:                    T
  1424.  
  1425. *popup*newFolder.labelString:                New...
  1426. *popup*newFolder.mnemonic:                N
  1427.  
  1428. ! For menubar and popup
  1429. *addNewsgroup.labelString:            Add Newsgroup
  1430. *addNewsgroup.mnemonic:                d
  1431.  
  1432.  
  1433. !=============================================================================
  1434. ! MailCompose menubar
  1435. !=============================================================================
  1436. *menuBar*send.labelString:                Send
  1437. *menuBar*send.mnemonic:                    S
  1438. *menuBar*send.acceleratorText:                Ctrl+Enter
  1439.  
  1440. *menuBar*attachFile.labelString:            Attach...
  1441. *menuBar*attachFile.mnemonic:                F
  1442.  
  1443. !*menuBar*quoteMessage.labelString:            Include Original Text
  1444. *menuBar*quoteMessage.mnemonic:                I
  1445.  
  1446. !*menuBar*saveMessageAs.labelString:            Save As...
  1447. *menuBar*saveMessageAs.mnemonic:            A
  1448. *menuBar*saveMessageAs.acceleratorText:            Ctrl+S
  1449.  
  1450. *menuBar*pasteQuote.labelString:            Paste as Quotation
  1451. *menuBar*pasteQuote.mnemonic:                Q
  1452.  
  1453. *menuBar*selectAllText.labelString:            Select All
  1454. *menuBar*selectAllText.mnemonic:            S
  1455.  
  1456. *menuBar*clearAllText.labelString:            Clear
  1457.  
  1458. !*menuBar*rot13.labelString:                Scramble (ROT13) Message
  1459. *menuBar*rot13.mnemonic:                S
  1460.  
  1461. !*menuBar*showAllHeaders.labelString:            All Fields
  1462. *menuBar*showAllHeaders.mnemonic:            A
  1463.  
  1464. !*menuBar*showReplyTo.labelString:            Reply To
  1465. *menuBar*showReplyTo.mnemonic:                R
  1466.  
  1467. !*menuBar*showTo.labelString:                Mail To
  1468. *menuBar*showTo.mnemonic:                M
  1469.  
  1470. !*menuBar*showCC.labelString:                Mail CC
  1471. *menuBar*showCC.mnemonic:                C
  1472.  
  1473. !*menuBar*showBCC.labelString:                Mail BCC
  1474. *menuBar*showBCC.mnemonic:                B
  1475.  
  1476. !*menuBar*showPostTo.labelString:            Post To
  1477. *menuBar*showPostTo.mnemonic:                P
  1478.  
  1479. !*menuBar*showFollowupTo.labelString:            Followups To
  1480. *menuBar*showFollowupTo.mnemonic:            F
  1481.  
  1482. !*menuBar*showSubject.labelString:            Subject
  1483. *menuBar*showSubject.mnemonic:                S
  1484.  
  1485. !*menuBar*showAttachments.labelString:            Attachment
  1486. *menuBar*showAttachments.mnemonic:            h
  1487.  
  1488.  
  1489. !=============================================================================
  1490. *toolBar.back.labelString:        Back
  1491. *toolBar.forward.labelString:        Forward
  1492. *toolBar.home.labelString:        Home
  1493. *toolBar.reload.labelString:        Reload
  1494. *toolBar*loadImages.labelString:    Load Images
  1495. *toolBar.openURL.labelString:        Open...
  1496. *toolBar.print.labelString:        Print...
  1497. *toolBar*find.labelString:        Find...
  1498. *toolBar*abort.labelString:        Stop
  1499.  
  1500. *toolBar*spacer.marginWidth:        4
  1501. *urlBar*spacer.marginWidth:        4
  1502.  
  1503. *urlBar*whatsNew.labelString:        What's New
  1504. *urlBar*whatsCool.labelString:        What's Cool
  1505. *urlBar*manual.labelString:        Handbook
  1506. *urlBar*inetSearch.labelString:        Net Search
  1507. *urlBar*inetIndex.labelString:        Net Directory
  1508. *urlBar*software.labelString:        Software
  1509. *urlBar*welcome.labelString:        Welcome
  1510. *urlBar*newsgroups.labelString:        Newsgroups
  1511.  
  1512. *toolBar.getNewMail.labelString:    Get Mail
  1513. *toolBar.deleteMessage.labelString:    Delete
  1514. *toolBar.mailNew.labelString:        New Mail Message
  1515. *toolBar.postNew.labelString:        New
  1516. *toolBar.replyToSender.labelString:    Reply
  1517. *toolBar.replyToAll.labelString:    Reply All
  1518. *toolBar.postReply.labelString:        Post Reply
  1519. *toolBar.postAndMailReply.labelString:    Reply
  1520. *toolBar.forwardMessage.labelString:    Forward
  1521. *toolBar.previousUnreadMessage.labelString:Previous
  1522. *toolBar.nextUnreadMessage.labelString:    Next
  1523. *toolBar.markThreadRead.labelString:    Thread
  1524. *toolBar.markAllRead.labelString:    All
  1525.  
  1526. !=============================================================================
  1527. ! Toolbar for mail compose
  1528. *toolBar.SendOrSendLater.labelString:    Send
  1529. *toolBar.quoteMessage.labelString:    Quote
  1530. *toolBar.attachFile.labelString:    Attach
  1531. *toolBar.editAddressBook.labelString:    Address Book
  1532.  
  1533. !=============================================================================
  1534. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  1535. *optionsSavedMessage:        Options have been saved.
  1536. *clickToSaveMessage:        Click on the link to save.
  1537. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  1538. *noPreviousURLMessage:        No previous document.
  1539. *noNextURLMessage:        No next document.
  1540. *noHomeURLMessage:        No home document specified.
  1541. *notOverImageMessage:        Not over an image.
  1542. *notOverLinkMessage:        Not over a link.
  1543. *noSearchStringMessage:        Nothing to search for.
  1544. *wrapSearchMessage:         End of document reached; continue from beginning?
  1545. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  1546. *noAddressesMessage:         No recipients specified.
  1547. *noFileMessage:             No output file specified.
  1548. *noPrintCommandMessage:         No print command specified.
  1549. *overwriteFileMessage:         Overwrite existing file %s?
  1550. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  1551. *bookmarkConflictMessage:   \
  1552.             Bookmark list not saved.\nReload the disk version now?
  1553. *bookmarksNoFormsMessage:    \
  1554.           Cannot add the result of a form submission to the bookmark list.
  1555. *reallyQuitMessage:        Really Quit?
  1556. *doubleInclusionMessage:    \n\
  1557. The document has already been quoted.\n\
  1558.  \n\
  1559. Are you sure you want to quote it again?\n
  1560.  
  1561. *expireNowMessage:        \
  1562.         This will mark all of your links as unfollowed.\nProceed?
  1563. *clearMemCacheMessage:        \
  1564.     This will remove all the files currently in your memory cache.\nContinue?
  1565. *clearDiskCacheMessage:        \
  1566.     This will remove all the files currently in your disk cache.\nContinue?
  1567.  
  1568. *createCacheDirErrorMessage: \
  1569. Error: unable to create the persistent cache directory:\n\
  1570.  \n\
  1571.             %s: %s.\n\
  1572.  \n\
  1573. Please set a new disk cache directory using the\n\
  1574. `Network Preferences' dialog, found on the `Options' menu.\n
  1575.  
  1576. *createdCacheDirMessage: \
  1577. A directory has been created for use as the disk cache:\n\
  1578.  \n\
  1579.             %s/\n\
  1580.  \n\
  1581. You can change the cache directory in the `Network Preferences'\n\
  1582. dialog, found under the `Options' menu.\n
  1583.  
  1584. *cacheNotDirMessage: \
  1585. Error: the directory configured for use as the disk cache\n\
  1586. exists, but is not a directory:\n\
  1587.  \n\
  1588.             %s\n\
  1589.  \n\
  1590. Please set a new disk cache directory using the\n\
  1591. `Network Preferences' dialog, found on the `Options' menu.\n
  1592.  
  1593. *cacheSuffixMessage: \
  1594.  \n\
  1595. There should be one disk cache per user, so using a shared\n\
  1596. directory (such as /tmp) is not advised.\n\
  1597.  \n\
  1598. The maximum disk cache size is currently %d kilobytes.\n\
  1599. You can change the cache size in the 'Network Preferences'\n\
  1600.  dialog.\n\
  1601.  \n\
  1602. If you wish to disable disk caching, set the Disk Cache Size\n\
  1603. to 0.  If you do this, documents will continue to be cached\n\
  1604. in memory according to the Memory Cache Size preference,\n\
  1605. but will no longer be cached on disk.  This means that the\n\
  1606. cache will not last from session to session of Netscape.
  1607.  
  1608. *cubeTooSmallMessage:        \
  1609. We were only able to allocate %d cells for the color\n\
  1610. cube to which images are dithered.  As a result, the\n\
  1611. image quality may be poor.\n\
  1612.  \n\
  1613. One way to improve image quality is to exit any other\n\
  1614. color-intensive applications which are running and\n\
  1615. restart Netscape.\n\
  1616.  \n\
  1617. Another way is to run Netscape with the `-install' \n\
  1618. command-line option, which will cause it to use a\n\
  1619. private colormap.  The drawback to this is that on\n\
  1620. some systems, this will result in colormap flashing\n\
  1621. when moving focus to other windows.
  1622.  
  1623. *renameInitFilesMessage:        \
  1624. Preferences files from an older version of Netscape exist;\n\
  1625. This version of Netscape uses the same file formats, but the\n\
  1626. file names have changed.  Would you like us to rename these\n\
  1627. files now?
  1628.  
  1629. *unsentMailMessage:            \
  1630.  Unsent mail messages exist, do you really want to quit without sending them?
  1631.  
  1632. *binaryDocumentMessage:            \
  1633.  This document is binary data; cannot view source.
  1634.  
  1635.  
  1636. !=============================================================================
  1637. !*preeditType:                root
  1638. !*netscape.preeditType:            overthespot
  1639.  
  1640. ! default titles for the TopLevelShell widgets.
  1641. ! note that the title and icon title of Navigator windows are
  1642. ! changed at runtime; these resources won't override that.
  1643. *title:                    Netscape
  1644. *iconName:                Netscape
  1645. *Navigator.title:            Netscape Navigator 2.01S
  1646. *Mail.title:                Netscape Mail
  1647. *Mail.iconName:                Mail
  1648. *News.title:                Netscape News
  1649. *News.iconName:                News
  1650. *Download.title:            Netscape Download
  1651. *Download.iconName:            Download
  1652. *Composition.title:            Netscape Message Composition
  1653. *Composition.iconName:            Message Composition
  1654. *Bookmark.title:            Netscape: Bookmarks
  1655. *Bookmark.iconName:            Bookmarks
  1656. *AddressBook.title:            Netscape: Address Book
  1657. *AddressBook.iconName:            Address Book
  1658.  
  1659. *popup.title.labelString:        Netscape Commands:
  1660. *popup.back.labelString:        Back
  1661. *popup.back.mnemonic:            B
  1662. *popup.forward.labelString:        Forward
  1663. *popup.forward.mnemonic:        F
  1664. *popup.home.labelString:        Home
  1665. *popup.openURL.labelString:        Open this Link
  1666. *popup.openURL.mnemonic:        O
  1667. *popup.addURLBookmark.labelString:    Add Bookmark for this Link
  1668. *popup.addURLBookmark.mnemonic:        A
  1669. *popup.openURLNewWindow.labelString:    New Window with this Link
  1670. *popup.openURLNewWindow.mnemonic:    N
  1671. *popup.saveURL.labelString:        Save Link As...
  1672. *popup.saveURL.mnemonic:        S
  1673. *popup.copyURLToClip.labelString:    Copy this Link Location to Clipboard
  1674. *popup.copyURLToClip.mnemonic:        C
  1675. *popup.openImage.labelString:        Open this Image
  1676. *popup.openImage.mnemonic:        I
  1677. *popup.saveImage.labelString:        Save this Image As...
  1678. *popup.saveImage.mnemonic:        v
  1679. *popup.copyImageURLToClip.labelString:    Copy this Image Location
  1680. *popup.copyImageURLToClip.mnemonic:    p
  1681. *popup.loadDelayedImage.labelString:    Load this Image
  1682. *popup*back.acceleratorText:        Ctrl+Left
  1683. *popup*forward.acceleratorText:        Ctrl+Right
  1684. *popup*saveURL.acceleratorText:        Shift+Button1
  1685. *popup*openURL.acceleratorText:        Button1
  1686. *popup*openURLNewWindow.acceleratorText:Button2
  1687. *popup.XmPushButtonGadget.marginLeft:    5
  1688. *popup.XmPushButtonGadget.marginRight:    5
  1689. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  1690. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  1691. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  1692. *popup.separator2.height:        5
  1693. *popup.separator2.separatorType:    NO_LINE
  1694. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  1695. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  1696. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  1697.  
  1698. !
  1699. ! Convert from old version file formats
  1700. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  1701. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  1702.  
  1703. !
  1704. ! Convert from old version file formats
  1705. *sendNow_popup*OK.labelString:        Yes
  1706. *sendNow_popup*Cancel.labelString:    No
  1707.  
  1708.  
  1709. ! Mail/News popup menus
  1710. !
  1711. *Mail*popup.title.labelString:        Netscape Mail
  1712. *News*popup.title.labelString:        Netscape News
  1713.  
  1714. *history_popup.title:            Netscape: Window History
  1715. *history_popup*listLabelString:        Where You've Been...
  1716. *history_popup*OK.labelString:        Go To
  1717. *history_popup*OkLabelString:        Go To
  1718. *history_popup*Cancel.labelString:    Close
  1719. *history_popup*CancelLabelString:    Close
  1720. *history_popup*Apply.labelString:    Create Bookmark
  1721. *history_popup*ApplyLabelString:    Create Bookmark
  1722.  
  1723. *source_popup.title:                Netscape: View Source
  1724. *source_popup*save.labelString:            Save...
  1725. *source_popup*OK.labelString:            OK
  1726. *source_popup*text.editable:            False
  1727. *source_popup*text.cursorPositionVisible:    False
  1728. *source_popup*text.wordWrap:            True
  1729. *source_popup*text.scrollHorizontal:        False
  1730. *source_popup*urlLabel.labelString:        Location:
  1731. *source_popup*titleLabel.labelString:        Title:
  1732. *source_popup*titleLabel.leftOffset:        0
  1733. *source_popup*titleLabel.rightOffset:        4
  1734. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  1735. *source_popup*urlLabel.topOffset:        0
  1736. *source_popup*urlLabel.leftOffset:        0
  1737. *source_popup*urlLabel.rightOffset:        4
  1738. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  1739. *source_popup*titleText.leftOffset:        0
  1740. *source_popup*titleText.rightOffset:        0
  1741. *source_popup*urlText.leftOffset:        0
  1742. *source_popup*urlText.rightOffset:        0
  1743. *source_popup*text.leftOffset:            0
  1744. *source_popup*text.rightOffset:            0
  1745. *source_popup*XmScrolledWindow.topOffset:    8
  1746. *source_popup*text.columns:            80
  1747. *source_popup*text.rows:            20
  1748.  
  1749. *docinfo_popup.title:                Netscape: Document Information
  1750. *docinfo_popup*OK.labelString:    OK
  1751. *docinfo_popup*titleLabel.labelString:        Title:
  1752. *docinfo_popup*urlLabel.labelString:        Location:
  1753. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  1754. *docinfo_popup*sourceLabel.labelString:        Source:
  1755. *docinfo_popup*charsetLabel.labelString:    Encoding:
  1756. *docinfo_popup*dpyLabel.labelString:        Visual:
  1757. *docinfo_popup*securityFrame.label.labelString:    Security Information
  1758. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  1759. *docinfo_popup*certificateText.columns:        60
  1760. *docinfo_popup*certificateText.rows:        6
  1761. *docinfo_popup*certificateText.wordWrap:    True
  1762. *docinfo_popup*certificateText.scrollHorizontal:False
  1763. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  1764. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  1765. *docinfo_popup*securityText.wordWrap:        True
  1766. *docinfo_popup*securityText.scrollHorizontal:    False
  1767. *docinfo_popup*urlLabel.topOffset:        0
  1768. *docinfo_popup*urlLabel.leftOffset:        0
  1769. *docinfo_popup*urlLabel.rightOffset:        4
  1770. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  1771. *docinfo_popup*titleLabel.leftOffset:        0
  1772. *docinfo_popup*titleLabel.rightOffset:        4
  1773. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  1774. *docinfo_popup*modifiedLabel.topOffset:        0
  1775. *docinfo_popup*modifiedLabel.leftOffset:    0
  1776. *docinfo_popup*modifiedLabel.rightOffset:    4
  1777. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  1778. *docinfo_popup*charsetLabel.topOffset:        0
  1779. *docinfo_popup*charsetLabel.leftOffset:        0
  1780. *docinfo_popup*charsetLabel.rightOffset:    4
  1781. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  1782. *docinfo_popup*sourceLabel.topOffset:        0
  1783. *docinfo_popup*sourceLabel.leftOffset:        0
  1784. *docinfo_popup*sourceLabel.rightOffset:        4
  1785. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  1786. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  1787. *docinfo_popup*dpyLabel.topOffset:        5
  1788. *docinfo_popup*dpyLabel.leftOffset:        0
  1789. *docinfo_popup*dpyLabel.rightOffset:        4
  1790. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  1791. *docinfo_popup*dpyText.rows:            3
  1792. *docinfo_popup*dpyText.columns:            48
  1793. *docinfo_popup*titleText.columns:        40
  1794. *docinfo_popup*securityFrame.topOffset:        10
  1795. *docinfo_popup*keyDescLabel.leftOffset:        14
  1796. *docinfo_popup*keyDescLabel.rightOffset:    14
  1797. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  1798. *docinfo_popup*certificateLabel.leftOffset:    10
  1799. *docinfo_popup*certificateLabel.rightOffset:    10
  1800. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  1801. *docinfo_popup*securityLabel.leftOffset:    14
  1802. *docinfo_popup*securityLabel.rightOffset:    14
  1803. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  1804. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  1805. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  1806.  
  1807. *docinfo*noSecurityMessage:\
  1808. This version of Netscape does not have security built in.
  1809.  
  1810. *docinfo*securityLabel.labelString:\
  1811. Security protects Internet documents you receive and information you send\n\
  1812. back with server authentication, privacy using encryption, and data\n\
  1813. integrity.  You can see a document's security status using the key/broken\n\
  1814. key icon in the status area or the colorbar above the content area (blue for\n\
  1815. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  1816. for details.
  1817.  
  1818.  
  1819.  
  1820. *bmPreferences_popup.title:                Netscape: Bookmarks
  1821. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  1822. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  1823. *bmPreferences_popup*addbm_option.labelString: Add bookmarks to this header
  1824. *bmPreferences_popup*bmmenu_option.labelString: View this header in bookmarks menu
  1825. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  1826. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  1827.  
  1828. *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
  1829. *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
  1830. *bookmarksWhatsChanged*start.labelString: Start
  1831. *bookmarksWhatsChanged*cancel.labelString: Cancel
  1832. *bookmarksWhatsChanged*title.labelString: What's changed?
  1833. *bookmarksWhatsChanged.width: 400
  1834. *bookmarksWhatsChanged.minWidth: 400
  1835. *bookmarksWhatsChanged.maxWidth: 400
  1836. *bookmarksWhatsChanged.height: 300
  1837. *bookmarksWhatsChanged.minHeight: 300
  1838. *bookmarksWhatsChanged.maxHeight: 300
  1839.  
  1840. *mailto_field*fromLabel.labelString:        From:
  1841. *mailto_field*replyToLabel.labelString:        Reply To:
  1842. *mailto_field*toLabel.labelString:        Mail To:
  1843. *mailto_field*ccLabel.labelString:        Mail CC:
  1844. *mailto_field*bccLabel.labelString:        Mail BCC:
  1845. *mailto_field*fccLabel.labelString:        File CC:
  1846. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  1847. *mailto_field*followupToLabel.labelString:    Followup To:
  1848. *mailto_field*subjectLabel.labelString:        Subject:
  1849. *mailto_field*attachmentsLabel.labelString:        Attachment:
  1850. *mailto_field*attachButton.labelString:        Attach...
  1851. *mailto_field*browseButton.labelString:        Browse...
  1852. *mailto_bodyText.wordWrap:            True
  1853. *mailto_bodyText.scrollHorizontal:        False
  1854. *mailto_field*attachButton.marginWidth:        10
  1855. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  1856. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  1857. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  1858. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  1859. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  1860. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  1861. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  1862. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  1863. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  1864. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  1865.  
  1866. ! This is 72 rather than 79 or 80 because the width of the window controls
  1867. ! when word wrapping should occur; the Motif text area has no mechanism for
  1868. ! wrapping at a column other than the last one.  So, if we want a fill-column
  1869. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  1870. ! sending out lines with 80 characters on them is antisocial, as many programs
  1871. ! and terminals (including emacs) can only display 79 characters without 
  1872. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  1873. ! room for further followups to quote the lines with ">" without causing
  1874. ! lines to wrap.
  1875. !
  1876. ! Note that, in the composition window, lines beginning with ">" will not
  1877. ! be wrapped at all, despite the appearance on the screen.  So just because
  1878. ! it looks like the quoted text has been mangled, doesn't mean it has.
  1879. !
  1880. *mailto_bodyText.columns:            72
  1881. *mailto_bodyText.rows:                15
  1882.  
  1883.  
  1884. ! Some people just aren't too hip.
  1885. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  1886.  
  1887. *attach_popup.title:                Netscape: Attach Document
  1888. *attach_popup*attach.Cancel.labelString:    Cancel
  1889. *attach_popup*list.visibleItemCount:        10
  1890. *attach_popup*messagebox.bottomOffset:        50
  1891. *attach_popup*attachLocation.labelString:    Attach Location (URL)...
  1892. *attach_popup*attachFile.labelString:        Attach File...
  1893. *attach_popup*delete.labelString:        Delete
  1894. *attach_popup*label.labelString:        Attach:
  1895. *attach_popup*sourceToggle.labelString:        As is
  1896. *attach_popup*textToggle.labelString:        Convert to Plain Text
  1897. *attach_popup*postscriptToggle.labelString:    Convert to PostScript
  1898. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  1899. *attach_popup*indicatorType:            ONE_OF_MANY
  1900. *attach_popup*attachLocation.bottomOffset:    10
  1901. *attach_popup*label.bottomOffset:        10
  1902. *attach_popup*sourceToggle.leftOffset:        10
  1903. *attach_popup*textToggle.leftOffset:        10
  1904. *attach_popup*postscriptToggle.leftOffset:    10
  1905.  
  1906. *location_popup.title:                Netscape: URL Attachment
  1907. *location_popup*XmLabelGadget.alignment:    ALIGNMENT_BEGINNING
  1908. *location_popup*label.labelString:    Please specify a Location to attach:
  1909. *location_popup*locationLabel.labelString:    Location (URL):
  1910. *location_popup*locationText.columns:        40
  1911. *location_popup*locationText.leftOffset:    20
  1912.  
  1913. *formatType*none.labelString:        No Attachment
  1914. *formatType*text.labelString:        Text
  1915. *formatType*formattedText.labelString:    Formatted Text
  1916. *formatType*html.labelString:        Source
  1917. *formatType*tree.labelString:        Source and Images
  1918. *formatType*ps.labelString:        PostScript
  1919. *formatType*url.labelString:        URL Only
  1920.  
  1921. ! ============================== Preferences ================================
  1922.  
  1923. ! Resources for top-level
  1924.  
  1925. *general_prefs_popup.title:                       Netscape: General Preferences
  1926. *general_prefs*OkLabelString:                     OK
  1927. *general_prefs*Apply.labelString:                 Cancel
  1928. *general_prefs*ApplyLabelString:                  Cancel
  1929. *general_prefs*Cancel.labelString:                Defaults
  1930. *general_prefs*CancelLabelString:                 Defaults
  1931. !*general_prefs_popup*preeditType:                none
  1932.  
  1933. *mailnews_prefs_popup.title:                       Netscape: Mail & News Preferences
  1934. *mailnews_prefs*OkLabelString:                     OK
  1935. *mailnews_prefs*Apply.labelString:                 Cancel
  1936. *mailnews_prefs*ApplyLabelString:                  Cancel
  1937. *mailnews_prefs*Cancel.labelString:                Defaults
  1938. *mailnews_prefs*CancelLabelString:                 Defaults
  1939. !*mailnews_prefs_popup*preeditType:                none
  1940.  
  1941. *network_prefs_popup.title:            Netscape: Network Preferences
  1942. *network_prefs*OkLabelString:                OK
  1943. *network_prefs*Apply.labelString:            Cancel
  1944. *network_prefs*ApplyLabelString:            Cancel
  1945. *network_prefs*Cancel.labelString:            Defaults
  1946. *network_prefs*CancelLabelString:            Defaults
  1947. !*network_prefs_popup*preeditType:            none
  1948.  
  1949. *security_prefs_popup.title:            Netscape: Security Preferences
  1950. *security_prefs*OkLabelString:                OK
  1951. *security_prefs*Apply.labelString:            Cancel
  1952. *security_prefs*ApplyLabelString:            Cancel
  1953. *security_prefs*Cancel.labelString:            Defaults
  1954. *security_prefs*CancelLabelString:            Defaults
  1955. !*security_prefs_popup*preeditType:            none
  1956.  
  1957. ! Preferences: Applications
  1958. !
  1959. *general_prefs*appsFrame*appsBoxLabel.labelString:    Applications
  1960. *general_prefs*appsFrame.topOffset:            10
  1961. *general_prefs*appsFrame.leftOffset:            10
  1962. *general_prefs*appsFrame.rightOffset:            10
  1963. *general_prefs*appsFrame.bottomOffset:            10
  1964. *general_prefs*appsFrame*telnetLabel.labelString:    Telnet Application:
  1965. *general_prefs*appsFrame*tn3270Label.labelString:    TN3270 Application:
  1966. *general_prefs*appsFrame*rloginLabel.labelString:    Rlogin Application:
  1967. *general_prefs*appsFrame*rloginUserLabel.labelString:    Rlogin with User:
  1968. *general_prefs*appsFrame*appsFrame.topOffset:        10
  1969. *general_prefs*appsFrame*rloginUserText.bottomOffset:    10
  1970. *general_prefs*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  1971. *general_prefs*appsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1972. *general_prefs*appsFrame*telnetText.rightOffset:    10
  1973.  
  1974. *general_prefs*appsFrame*tmpLabel.labelString:         Temporary Directory:
  1975. *general_prefs*appsFrame*tmpBrowse.labelString:        Browse...
  1976. *general_prefs*appsFrame*tmpText.bottomOffset:        10
  1977. *general_prefs*appsFrame*tmpText.rightOffset:        10
  1978. *general_prefs*appsFrame*tmpBrowse.rightOffset:        10
  1979.  
  1980. ! Preferences: Cache
  1981. !
  1982. *network_prefs*cacheFrame*cacheBoxLabel.labelString:    Cache
  1983. *network_prefs*cacheFrame.topOffset:            10
  1984. *network_prefs*cacheFrame.leftOffset:            10
  1985. *network_prefs*cacheFrame.rightOffset:            10
  1986. *network_prefs*cacheFrame.bottomOffset:            10
  1987. *network_prefs*cacheFrame*memoryLabel.labelString:    Memory Cache:
  1988. *network_prefs*cacheFrame*diskLabel.labelString:    Disk Cache:
  1989. *network_prefs*cacheFrame*dirLabel.labelString:        Disk Cache Directory:
  1990. *network_prefs*cacheFrame*verifyLabel.labelString:    Verify Document:
  1991. *network_prefs*cacheFrame*onceToggle.labelString:    Once per Session
  1992. *network_prefs*cacheFrame*everyToggle.labelString:    Every Time
  1993. *network_prefs*cacheFrame*expiredToggle.labelString:    Never
  1994. *network_prefs*cacheFrame*browse.labelString:        Browse...
  1995. *network_prefs*cacheFrame*k.labelString:        Kilobytes
  1996. *network_prefs*cacheFrame*memClear.labelString:        Clear Memory Cache Now
  1997. *network_prefs*cacheFrame*diskClear.labelString:    Clear Disk Cache Now
  1998. *network_prefs*cacheFrame*memoryText.columns:        6
  1999. *network_prefs*cacheFrame*diskText.columns:        6
  2000. *network_prefs*cacheFrame*cacheDirText.columns:        15
  2001. *network_prefs*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  2002. *network_prefs*cacheFrame*memoryLabel.alignment:    ALIGNMENT_END
  2003. *network_prefs*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  2004. *network_prefs*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  2005. *network_prefs*cacheFrame*verifyLabel.alignment:    ALIGNMENT_END
  2006. *network_prefs*cacheFrame*memClear.leftOffset:        25
  2007. *network_prefs*cacheFrame*diskClear.leftOffset:        25
  2008. *network_prefs*cacheFrame*browse.rightOffset:        10
  2009. *network_prefs*cacheFrame*browse.bottomOffset:        10
  2010. *network_prefs*cacheFrame*memoryText.bottomOffset:    10
  2011. *network_prefs*cacheFrame*onceToggle.bottomOffset:    10
  2012. *network_prefs*cacheFrame*cacheDirText.bottomOffset:    10
  2013. *network_prefs*cacheFrame*indicatorType:        ONE_OF_MANY
  2014. *network_prefs*cacheFrame*browse.marginWidth:        10
  2015. *network_prefs*cacheFrame*memClear.marginWidth:        10
  2016. *network_prefs*cacheFrame*diskClear.marginWidth:    10
  2017.  
  2018. ! Preferences: Colors
  2019. !
  2020.  
  2021. ! Preferences: Composition
  2022. !
  2023. *mailnews_prefs*XmFrame.XmLabel.leftOffset:            10
  2024. *mailnews_prefs*XmFrame.XmLabel.topOffset:            -4
  2025. *mailnews_prefs*XmFrame.topOffset:                10
  2026. *mailnews_prefs*XmFrame.leftOffset:                10
  2027. *mailnews_prefs*XmFrame.rightOffset:                10
  2028. *mailnews_prefs*XmFrame.bottomOffset:                10
  2029.  
  2030. *mailnews_prefs*composeFrame*composeBoxLabel.labelString:    \
  2031.                     When composing Mail and News Messages
  2032. *mailnews_prefs*composeFrame*8bitLabel.labelString:         Send and Post:
  2033. *mailnews_prefs*composeFrame*8bitToggle.labelString:         Allow 8-bit
  2034. *mailnews_prefs*composeFrame*8bitToggle.bottomOffset:        4
  2035. *mailnews_prefs*composeFrame*qpToggle.labelString:\
  2036.                          MIME Compliant (Quoted Printable)
  2037. *mailnews_prefs*composeFrame*8bitToggle.indicatorType:        ONE_OF_MANY
  2038. *mailnews_prefs*composeFrame*qpToggle.indicatorType:        ONE_OF_MANY
  2039. *mailnews_prefs*composeFrame*deliverLabel.labelString:        Deliver mail:
  2040. *mailnews_prefs*composeFrame*deliverAutoToggle.labelString:    Automatically
  2041. *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType:    ONE_OF_MANY
  2042. *mailnews_prefs*composeFrame*deliverQToggle.labelString:    \
  2043.         Queue for Manual Delivery
  2044. *mailnews_prefs*composeFrame*deliverQToggle.indicatorType:    ONE_OF_MANY
  2045.  
  2046. *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString:    \
  2047.         By default, email a copy of outgoing messages to:
  2048. *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString:    Mail Messages:
  2049. *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString:    Self
  2050. *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString:    Other address:
  2051. *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString:    News Messages:
  2052. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString:    Self
  2053. *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString:    Other address:
  2054.  
  2055. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset:    10
  2056. *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset:    10
  2057. *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset:    10
  2058.  
  2059. *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString:    \
  2060.         By default, copy outgoing messages to:
  2061. *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString:    Mail Messages:
  2062. *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString:    News Messages:
  2063. *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString:    Choose...
  2064. *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString:    Choose...
  2065.  
  2066. *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset:    10
  2067. *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset:        10
  2068.  
  2069. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
  2070. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset:  10
  2071. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
  2072.  
  2073. ! Preferences: Servers
  2074. !
  2075. *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString:    Outgoing Mail
  2076. *mailnews_prefs*outMailFrame.topOffset:            10
  2077. *mailnews_prefs*outMailFrame.leftOffset:        10
  2078. *mailnews_prefs*outMailFrame.rightOffset:        10
  2079. *mailnews_prefs*outMailFrame.bottomOffset:        10
  2080. *mailnews_prefs*outMailFrame*smtpText.topOffset:    10
  2081. *mailnews_prefs*outMailFrame*smtpText.rightOffset:    10
  2082. *mailnews_prefs*outMailFrame*smtpLabel.labelString:    SMTP Server:
  2083.  
  2084. *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString:    Incoming Mail
  2085. *mailnews_prefs*inMailFrame.topOffset:            10
  2086. *mailnews_prefs*inMailFrame.leftOffset:            10
  2087. *mailnews_prefs*inMailFrame.rightOffset:        10
  2088. *mailnews_prefs*inMailFrame.bottomOffset:        10
  2089. *mailnews_prefs*inMailFrame.mailFrame.topOffset:    10
  2090. *mailnews_prefs*inMailFrame*limitLabel.labelString:    Max Message Size:
  2091. *mailnews_prefs*inMailFrame*msgLabel.labelString:    After delivery:
  2092. *mailnews_prefs*inMailFrame*checkLabel.labelString:    Check for Mail:
  2093. *mailnews_prefs*inMailFrame*movemailLabel.labelString:    Movemail Application:
  2094. *mailnews_prefs*inMailFrame*movemailText.rightOffset:    10
  2095. *mailnews_prefs*inMailFrame*movemailText.bottomOffset:    10
  2096. *mailnews_prefs*inMailFrame*movemailBrowse.labelString:    Browse...
  2097. *mailnews_prefs*inMailFrame*userLabel.labelString:    User Name:
  2098. *mailnews_prefs*inMailFrame*userText.rightOffset:    10
  2099. *mailnews_prefs*inMailFrame*srvrLabel.labelString:    Server:
  2100. *mailnews_prefs*inMailFrame*srvrText.topOffset:        10
  2101. *mailnews_prefs*inMailFrame*srvrText.rightOffset:    10
  2102. *mailnews_prefs*inMailFrame*sysLabel.labelString:     Mail System:
  2103. *mailnews_prefs*inMailFrame*noLimit.labelString:    None
  2104. *mailnews_prefs*inMailFrame*msgLimit.labelString:    Largest Message is: 
  2105. *mailnews_prefs*inMailFrame*limitSuffix.labelString:    Bytes
  2106. *mailnews_prefs*inMailFrame*checkSuffix.labelString:    minutes
  2107. *mailnews_prefs*inMailFrame*msgRemove.labelString:    Remove from server
  2108. *mailnews_prefs*inMailFrame*msgLeave.labelString:    Leave on server 
  2109. *mailnews_prefs*inMailFrame*checkEvery.labelString:    Every:
  2110. *mailnews_prefs*inMailFrame*checkEvery.bottomOffset:    10
  2111. *mailnews_prefs*inMailFrame*checkNever.labelString:    Never 
  2112. *mailnews_prefs*inMailFrame*checkText.columns:        3
  2113. *mailnews_prefs*inMailFrame*limitText.columns:        5
  2114. *mailnews_prefs*inMailFrame*externalToggle.labelString: External Movemail:
  2115. *mailnews_prefs*inMailFrame*builtinToggle.labelString:     Built in Movemail
  2116. *mailnews_prefs*inMailFrame*popToggle.labelString:     POP3:
  2117. *mailnews_prefs*inMailFrame*popToggle.indicatorType:    ONE_OF_MANY
  2118. *mailnews_prefs*inMailFrame*moveToggle.indicatorType:    ONE_OF_MANY
  2119. *mailnews_prefs*inMailFrame*builtinToggle.indicatorType:    ONE_OF_MANY
  2120. *mailnews_prefs*inMailFrame*externalToggle.indicatorType:    ONE_OF_MANY
  2121. *mailnews_prefs*inMailFrame*XmLabel.alignment:        ALIGNMENT_END
  2122. *mailnews_prefs*inMailFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2123. *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
  2124. *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
  2125. *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
  2126. *mailnews_prefs*inMailFrame*indicatorType:        ONE_OF_MANY
  2127.  
  2128. !*mailnews_prefs*inMailFrame*tmpLabel.labelString:        
  2129. !*mailnews_prefs*inMailFrame*bookLabel.labelString:     
  2130.  
  2131. ! Preferences: Fonts
  2132. !
  2133. *general_prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  2134. *general_prefs*fontsFrame.topOffset:            10
  2135. *general_prefs*fontsFrame.leftOffset:            10
  2136. *general_prefs*fontsFrame.rightOffset:            10
  2137. *general_prefs*fontsFrame.bottomOffset:            10
  2138. *general_prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  2139. *general_prefs*fontsFrame*proportionalLabel.labelString:Use the Proportional Font:
  2140. *general_prefs*fontsFrame*propSizeLabel.labelString:    Size:
  2141. *general_prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  2142. *general_prefs*fontsFrame*fixedLabel.labelString:    Use the Fixed Font:
  2143. *general_prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  2144. *general_prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  2145. *general_prefs*fontsFrame*0.labelString:        Any
  2146. *general_prefs*fontsFrame*encodingLabel.alignment:    ALIGNMENT_END
  2147. *general_prefs*fontsFrame*encodingLabel.topOffset:    10
  2148. *general_prefs*fontsFrame*proportionalLabel.alignment:    ALIGNMENT_END
  2149. *general_prefs*fontsFrame*propSizeField.columns:    5
  2150. *general_prefs*fontsFrame*propSizeField.rightOffset:    10
  2151. *general_prefs*fontsFrame*fixedLabel.alignment:        ALIGNMENT_END
  2152. *general_prefs*fontsFrame*fixedSizeField.columns:    5
  2153. *general_prefs*fontsFrame*fixedSizeField.rightOffset:    10
  2154.  
  2155. ! Preferences: Appearance (Mail & News)
  2156. !
  2157. *mailnews_prefs*msgFrame*msgBoxLabel.labelString:    Message Appearance
  2158. *mailnews_prefs*msgFrame.topOffset:            10
  2159. *mailnews_prefs*msgFrame.leftOffset:            10
  2160. *mailnews_prefs*msgFrame.rightOffset:            10
  2161. *mailnews_prefs*msgFrame.bottomOffset:            10
  2162. *mailnews_prefs*msgFrame*qstyleLabel.labelString:    Text Style:
  2163. *mailnews_prefs*msgFrame*qsizeLabel.labelString:    Text Size:
  2164. *mailnews_prefs*msgFrame*quotedLabel.labelString:    \
  2165.     Text beginning with > (quoted text) has the following characteristics
  2166. *mailnews_prefs*msgFrame*fixedLabel.labelString:    \
  2167.     Messages and Articles are shown with:
  2168. *mailnews_prefs*msgFrame*qstyleLabel.alignment:        ALIGNMENT_END
  2169. *mailnews_prefs*msgFrame*qsizeLabel.alignment:        ALIGNMENT_END
  2170. *mailnews_prefs*msgFrame*varMsgFont.labelString:    Variable Width Font
  2171. *mailnews_prefs*msgFrame*fixedMsgFont.labelString:    Fixed Width Font
  2172. *mailnews_prefs*msgFrame*plain.labelString:        Plain
  2173. *mailnews_prefs*msgFrame*normal.labelString:        Normal
  2174. *mailnews_prefs*msgFrame*bold.labelString:        Bold
  2175. *mailnews_prefs*msgFrame*italic.labelString:        Italic
  2176. *mailnews_prefs*msgFrame*boldItalic.labelString:    Bold Italic
  2177. *mailnews_prefs*msgFrame*bigger.labelString:        Bigger
  2178. *mailnews_prefs*msgFrame*smaller.labelString:        Smaller
  2179. *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset:    10
  2180. *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset:    10
  2181. *mailnews_prefs*msgFrame*varMsgLabel.topOffset:        10
  2182. *mailnews_prefs*msgFrame*varMsgLabel.leftOffset:    10
  2183. *mailnews_prefs*msgFrame*plain.topOffset:        10
  2184. *mailnews_prefs*msgFrame*indicatorType:            ONE_OF_MANY
  2185. *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset:    40
  2186. *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset:    10
  2187. *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType:    N_OF_MANY
  2188. *mailnews_prefs*autoQuoteToggle.labelString:            \
  2189.         Automatically quote original message when replying
  2190.  
  2191.  
  2192. ! Preferences: Helper Applications
  2193. !
  2194. *general_prefs*helperFrame*helperBoxLabel.labelString: MIME Configuration Files
  2195. *general_prefs*helperFrame.topOffset:                   10
  2196. *general_prefs*helperFrame.leftOffset:                   10
  2197. *general_prefs*helperFrame.rightOffset:                   10
  2198. *general_prefs*helperFrame.bottomOffset:               10
  2199. *general_prefs*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
  2200. *general_prefs*helperFrame*privateMimeTypesLabel.labelString:Personal Types File:
  2201. *general_prefs*helperFrame*globalMailcapLabel.labelString:   Global Mailcap File:
  2202. *general_prefs*helperFrame*privateMailcapLabel.labelString:Personal Mailcap File:
  2203. *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString:  Browse...
  2204. *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
  2205. *general_prefs*helperFrame*globalMailcapBrowseButton.labelString:   Browse...
  2206. *general_prefs*helperFrame*privateMailcapBrowseButton.labelString:   Browse...
  2207. *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  2208. *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  2209. *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth:   10
  2210. *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  2211. *general_prefs*helperFrame*XmLabel.rightOffset:                  4
  2212. *general_prefs*helperFrame*XmLabelGadget.rightOffset:           4
  2213. *general_prefs*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  2214. *general_prefs*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  2215. *general_prefs*helperFrame*XmTextField.columns:               35
  2216. *general_prefs*helperFrame*globalMailcapText.topOffset:           10
  2217. *general_prefs*helperFrame*privateMailcapText.bottomOffset:        10
  2218. *general_prefs*helperFrame*XmPushButtonGadget.leftOffset:       10
  2219. *general_prefs*helperFrame*XmPushButtonGadget.rightOffset:       10
  2220.  
  2221.  
  2222. ! Preferences: Identity
  2223. !
  2224. *mailnews_prefs*identityFrame*identityBoxLabel.labelString:    Identity
  2225. *mailnews_prefs*identityFrame*identityBoxLabel.topOffset:    -4
  2226. *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset:    10
  2227. *mailnews_prefs*identityFrame.topOffset:            10
  2228. *mailnews_prefs*identityFrame.leftOffset:            10
  2229. *mailnews_prefs*identityFrame.rightOffset:            10
  2230. *mailnews_prefs*identityFrame.bottomOffset:            10
  2231. *mailnews_prefs*identityFrame*nameLabel.labelString:         Your Name:
  2232. *mailnews_prefs*identityFrame*mailLabel.labelString:         Email Address:
  2233. *mailnews_prefs*identityFrame*orgLabel.labelString:          Your Organization:
  2234. *mailnews_prefs*identityFrame*sigLabel.labelString:         Signature File:
  2235. *mailnews_prefs*identityFrame*sigBrowse.labelString:        Browse...
  2236. *mailnews_prefs*identityFrame*XmLabel.leftOffset:        4
  2237. *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset:        4
  2238. *mailnews_prefs*identityFrame*XmTextField.rightOffset:        10
  2239. *mailnews_prefs*identityFrame*sigBrowse.rightOffset:        10
  2240. *mailnews_prefs*identityFrame*identityText.bottomOffset:    15
  2241. *mailnews_prefs*identityFrame*orgText.bottomOffset:        15
  2242. *mailnews_prefs*identityFrame*sigText.bottomOffset:        15
  2243. *mailnews_prefs*identityFrame*sigText.columns:            35
  2244. *mailnews_prefs*identityFrame*XmLabel.alignment:        ALIGNMENT_END
  2245. *mailnews_prefs*identityFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  2246. *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset:    8
  2247. *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset:    8
  2248. *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth:    10
  2249.  
  2250. ! Preferences: Organization
  2251. !
  2252. *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
  2253.      Mail and News Composition Window Organization
  2254. *mailnews_prefs*organizationFrame*trashToggle.labelString:\
  2255.     Empty Trash when closing Netscape mail
  2256. *mailnews_prefs*organizationFrame*passwordToggle.labelString:\
  2257.     Remember Mail Password
  2258. *mailnews_prefs*organizationFrame*trashToggle.leftOffset:    40
  2259. *mailnews_prefs*organizationFrame*passwordToggle.leftOffset:    40
  2260.  
  2261. *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
  2262.     Mail and News Threading
  2263. *mailnews_prefs*threadFrame*line1Label.labelString:\
  2264.     Mail Messages and News Articles can be threaded. Threading means that
  2265. *mailnews_prefs*threadFrame*line2Label.labelString:\
  2266.     if you receive a reply, it will be shown next to the original message.
  2267. *mailnews_prefs*threadFrame*threadMailToggle.labelString:\
  2268.     Thread Mail Messages
  2269. *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
  2270.     Thread News Messages
  2271. *mailnews_prefs*threadFrame*threadMailToggle.leftOffset:    40
  2272. *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset:    40
  2273.  
  2274. *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString:\
  2275.     Mail and News Sorting
  2276. *mailnews_prefs*mnSortFrame*mSortLabel.labelString:        Sort Mail by:
  2277. *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString:    Date
  2278. *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString:        Message Number
  2279. *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString:    Subject
  2280. *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString:    Sender
  2281. *mailnews_prefs*mnSortFrame*nSortLabel.labelString:        Sort News by:
  2282. *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString:    Date
  2283. *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString:        Message Number
  2284. *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString:    Subject
  2285. *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString:    Sender
  2286. *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType:        ONE_OF_MANY
  2287.  
  2288. ! Preferences: Images
  2289. !
  2290. *general_prefs*imagesFrame*imagesBoxLabel.labelString:    Images
  2291. *general_prefs*imagesFrame.topOffset:            10
  2292. *general_prefs*imagesFrame.leftOffset:            10
  2293. *general_prefs*imagesFrame.rightOffset:            10
  2294. *general_prefs*imagesFrame.bottomOffset:        10
  2295. *general_prefs*imagesFrame*colors.labelString:        Colors:
  2296. *general_prefs*imagesFrame*auto.labelString:        Automatic
  2297. *general_prefs*imagesFrame*dither.labelString:        Dither
  2298. *general_prefs*imagesFrame*closest.labelString:        Substitute Colors
  2299. *general_prefs*imagesFrame*display.labelString:        Display Images:
  2300. *general_prefs*imagesFrame*while.labelString:        While Loading
  2301. *general_prefs*imagesFrame*after.labelString:        After Loading
  2302. *general_prefs*imagesFrame*imagesFrame.topOffset:    10
  2303. *general_prefs*imagesFrame*closest.rightOffset:        10
  2304. *general_prefs*imagesFrame*while.bottomOffset:        10
  2305. *general_prefs*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2306. *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  2307. *general_prefs*imagesFrame*indicatorType:        ONE_OF_MANY
  2308. *general_prefs*imagesFrame*after.bottomOffset:        10
  2309. *general_prefs*imagesFrame*display.leftOffset:        0
  2310. *general_prefs*imagesFrame*display.rightOffset:        0
  2311.  
  2312. ! Preferences: Languages
  2313. !
  2314. *general_prefs*languagesFrame*languagesBoxLabel.labelString:    Request Language/Region
  2315. *general_prefs*languagesFrame.topOffset:            10
  2316. *general_prefs*languagesFrame.leftOffset:            10
  2317. *general_prefs*languagesFrame.rightOffset:            10
  2318. *general_prefs*languagesFrame.bottomOffset:            10
  2319. *general_prefs*languagesFrame*list1.leftOffset:            10
  2320. *general_prefs*languagesFrame*others.labelString:        Others:
  2321. *general_prefs*languagesFrame*langs.1:    Chinese [zh]
  2322. *general_prefs*languagesFrame*langs.2:    Chinese/China [zh-CN]
  2323. *general_prefs*languagesFrame*langs.3:    Chinese/Taiwan [zh-TW]
  2324. *general_prefs*languagesFrame*langs.4:    English [en]
  2325. *general_prefs*languagesFrame*langs.5:    English/United Kingdom [en-GB]
  2326. *general_prefs*languagesFrame*langs.6:    English/United States [en-US]
  2327. *general_prefs*languagesFrame*langs.7:    French [fr]
  2328. *general_prefs*languagesFrame*langs.8:    French/Canada [fr-CA]
  2329. *general_prefs*languagesFrame*langs.9:    French/France [fr-FR]
  2330. *general_prefs*languagesFrame*langs.10:    German [de]
  2331. *general_prefs*languagesFrame*langs.11:    Italian [it]
  2332. *general_prefs*languagesFrame*langs.12:    Japanese [ja]
  2333. *general_prefs*languagesFrame*langs.13:    Korean [ko]
  2334. *general_prefs*languagesFrame*langs.14:    Portuguese [pt]
  2335. *general_prefs*languagesFrame*langs.15:    Portuguese/Brazil [pt-BR]
  2336. *general_prefs*languagesFrame*langs.16:    Spanish [es]
  2337. *general_prefs*languagesFrame*langs.17:    Spanish/Spain [es-ES]
  2338.  
  2339. ! Preferences: Mail
  2340. !
  2341. *mailnews_prefs*mailFrame*mailBoxLabel.labelString:    Mail
  2342. *mailnews_prefs*mailFrame*mailBoxLabel.topOffset:    -4
  2343. *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset:    10
  2344. *mailnews_prefs*mailFrame.topOffset:            10
  2345. *mailnews_prefs*mailFrame.leftOffset:            10
  2346. *mailnews_prefs*mailFrame.rightOffset:            10
  2347. *mailnews_prefs*mailFrame.bottomOffset:            10
  2348.  
  2349. ! Preferences: Connections
  2350. !
  2351. *network_prefs*netFrame*netBoxLabel.labelString:    Connections
  2352. *network_prefs*netFrame.topOffset:            10
  2353. *network_prefs*netFrame.leftOffset:            10
  2354. *network_prefs*netFrame.rightOffset:            10
  2355. *network_prefs*netFrame.bottomOffset:            10
  2356. *network_prefs*netFrame*bufLabel.labelString:        Network Buffer Size:
  2357. *network_prefs*netFrame*connLabel.labelString:        Connections:
  2358. *network_prefs*netFrame*connSuffix.labelString:    \
  2359.             (Maximum number of simultaneous network connections)
  2360. *network_prefs*netFrame*k.labelString:            Kilobytes
  2361. *network_prefs*netFrame*connSuffix.rightOffset:        10
  2362. *network_prefs*netFrame*networkFrame.topOffset:        10
  2363. *network_prefs*netFrame*bufText.columns:        6
  2364. *network_prefs*netFrame*connText.columns:        6
  2365. *network_prefs*netFrame*alignment:            ALIGNMENT_BEGINNING
  2366. *network_prefs*netFrame*bufLabel.alignment:        ALIGNMENT_END
  2367. *network_prefs*netFrame*connLabel.alignment:        ALIGNMENT_END
  2368. *network_prefs*netFrame*bufText.bottomOffset:        10
  2369. *network_prefs*netFrame*connText.bottomOffset:        10
  2370.  
  2371. ! Preferences: News
  2372. !
  2373. *mailnews_prefs*newsFrame*newsBoxLabel.labelString:    News
  2374. *mailnews_prefs*newsFrame*newshostLabel.labelString:    News (NNTP) Server:
  2375. *mailnews_prefs*newsFrame.topOffset:            10
  2376. *mailnews_prefs*newsFrame.leftOffset:            10
  2377. *mailnews_prefs*newsFrame.rightOffset:            10
  2378. *mailnews_prefs*newsFrame.bottomOffset:            10
  2379. *mailnews_prefs*newsFrame*newsrcLabel.labelString:    News Directory:
  2380. *mailnews_prefs*newsFrame*newsrcBrowse.labelString:    Browse...
  2381. *mailnews_prefs*newsFrame*newsMaxLabel.labelString:    Get:
  2382. *mailnews_prefs*newsFrame*newsMaxSuffix.labelString:    \
  2383.                 Messages at a Time (Maximum 3500)
  2384. *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset:    0
  2385. *mailnews_prefs*newsFrame*newsMaxText.columns:        5
  2386. *mailnews_prefs*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  2387. *mailnews_prefs*newsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2388. *mailnews_prefs*newsFrame*newsMaxSuffix.alignment:    ALIGNMENT_BEGINNING
  2389. *mailnews_prefs*newsFrame*XmTextField.rightOffset:    10
  2390. *mailnews_prefs*newsFrame*XmLabel.leftOffset:        4
  2391. *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset:    4
  2392. *mailnews_prefs*newsFrame*XmLabel.rightOffset:        4
  2393. *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset:    4
  2394. *mailnews_prefs*newsFrame*newsMaxText.bottomOffset:    10
  2395. *mailnews_prefs*newsFrame.topOffset:            10
  2396. *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
  2397. *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
  2398. *mailnews_prefs*newsFrame*newsrcText.columns:          35
  2399. *mailnews_prefs*newsFrame*newsrcText.bottomOffset:      10
  2400.  
  2401. ! Preferences: Proxies
  2402. !
  2403. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxies
  2404. *network_prefs*proxiesFrame.topOffset:            10
  2405. *network_prefs*proxiesFrame.leftOffset:            10
  2406. *network_prefs*proxiesFrame.rightOffset:        10
  2407. *network_prefs*proxiesFrame.bottomOffset:        10
  2408. !*network_prefs*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  2409. !*network_prefs*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2410. *network_prefs*proxiesFrame*XmTextField.columns:    30
  2411. *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  2412. *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  2413. !*network_prefs*proxiesFrame*XmLabel.leftOffset:    10
  2414. !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset:    10
  2415.  
  2416. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxy Configuration
  2417. *network_prefs*proxiesFrame*proxiesLabel.alignment:    ALIGNMENT_BEGINNING
  2418. *network_prefs*proxiesFrame*proxiesLabel.labelString:    A proxy allows your computer to access the Internet through a firewall.
  2419. *network_prefs*proxiesFrame*locationLabel.labelString:    Location (URL):
  2420. *network_prefs*proxiesFrame*noProxiesToggle.labelString: No Proxies
  2421. *network_prefs*proxiesFrame*manualToggle.labelString:    Manual Proxy Configuration
  2422. *network_prefs*proxiesFrame*proxyReload.labelString:    Reload
  2423. *network_prefs*proxiesFrame*proxyReload.rightOffset:    10
  2424. *network_prefs*proxiesFrame*proxyReload.bottomOffset:    10
  2425. *network_prefs*proxiesFrame*manualBrowse.labelString:    View ...
  2426. *network_prefs*proxiesFrame*autoToggle.labelString:    Automatic Proxy Configuration
  2427. *network_prefs*proxiesFrame*autoText.rightOffset:    10
  2428. *network_prefs*proxiesFrame*autoText.bottomOffset:    10
  2429. *network_prefs*proxiesFrame*indicatorType:        ONE_OF_MANY
  2430.  
  2431.  
  2432. *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString:Manual Proxy Configuration
  2433. *proxies_prefs*proxiesFrame*ftpLabel.labelString:    FTP Proxy:
  2434. *proxies_prefs*proxiesFrame*gopherLabel.labelString:    Gopher Proxy:
  2435. *proxies_prefs*proxiesFrame*httpLabel.labelString:    HTTP Proxy:
  2436. *proxies_prefs*proxiesFrame*httpsLabel.labelString:    Security Proxy:
  2437. *proxies_prefs*proxiesFrame*waisLabel.labelString:    WAIS Proxy:
  2438. *proxies_prefs*proxiesFrame*noLabel.labelString:    No Proxy for:
  2439. *proxies_prefs*proxiesFrame*socksLabel.labelString:    SOCKS Host:
  2440. *proxies_prefs*proxiesFrame*portLabel.labelString:    Port:
  2441. *proxies_prefs*proxiesFrame*ftpPort.columns:        5
  2442. *proxies_prefs*proxiesFrame*ftpText.rightOffset:    10
  2443. *proxies_prefs*proxiesFrame*ftpPort.rightOffset:    10
  2444. *proxies_prefs*proxiesFrame*portLabel.leftOffset:    10
  2445. *proxies_prefs*proxiesFrame*noText.bottomOffset:    10
  2446. *proxies_prefs*proxiesFrame*socksText.topOffset:    15
  2447. *proxies_prefs*proxiesFrame*socksText.bottomOffset:    10
  2448.  
  2449. ! Preferences: Site Certificates
  2450. !
  2451. *security_prefs*siteFrame*siteBoxLabel.labelString:    Site Certificates
  2452. *security_prefs*siteFrame.topOffset:            10
  2453. *security_prefs*siteFrame.leftOffset:            10
  2454. *security_prefs*siteFrame.rightOffset:            10
  2455. *security_prefs*siteFrame.bottomOffset:            10
  2456. *security_prefs*siteFrame*allLabel.labelString:        These are the Site Certificates that you have accepted:
  2457. *security_prefs*siteFrame*allEditCert.rightOffset:    10
  2458. *security_prefs*siteFrame*allEditCert.labelString:    Edit Certificate ...
  2459. *security_prefs*siteFrame*allDeleteCert.rightOffset: 10
  2460. *security_prefs*siteFrame*allDeleteCert.labelString:    Delete Certificate
  2461. *security_prefs*siteFrame*allList.bottomOffset:        10
  2462. *security_prefs*siteFrame*allCerts.labelString:        All Certificates
  2463. *security_prefs*siteFrame*siteCerts.labelString:    Site Certificates
  2464. *security_prefs*siteFrame*authCerts.labelString:    Certificate Authorities
  2465.  
  2466. ! Preferences: Personal Certificates
  2467. !
  2468. *security_prefs*personalFrame*personalBoxLabel.labelString: Personal Certificates
  2469. *security_prefs*personalFrame.topOffset:         10
  2470. *security_prefs*personalFrame.leftOffset:         10
  2471. *security_prefs*personalFrame.rightOffset:         10
  2472. *security_prefs*personalFrame.bottomOffset:         10
  2473. *security_prefs*personalFrame*persLabel.labelString:     These are your Personal Certificates:
  2474. *security_prefs*personalFrame*persInfo.rightOffset:     10
  2475. *security_prefs*personalFrame*persInfo.labelString:     More Info ...
  2476. *security_prefs*personalFrame*persDeleteCert.rightOffset: 10
  2477. *security_prefs*personalFrame*persDeleteCert.labelString: Delete Certificates
  2478. *security_prefs*personalFrame*persNewCert.rightOffset:     10
  2479. *security_prefs*personalFrame*persNewCert.labelString:    Obtain New Certificates
  2480. *security_prefs*personalFrame*siteDefault.labelString:    Default Certificates to present to sites:
  2481. *security_prefs*personalFrame*siteText.bottomOffset:    10
  2482. *security_prefs*personalFrame*siteText.rightOffset:    10
  2483. *security_prefs*personalFrame*persList.leftOffset:    10
  2484.  
  2485. ! Preferences: General Security
  2486. !
  2487. *security_prefs*securityFrame*securityBoxLabel.labelString: Security Alerts
  2488. *security_prefs*securityFrame.topOffset:         10
  2489. *security_prefs*securityFrame.leftOffset:         10
  2490. *security_prefs*securityFrame.rightOffset:         10
  2491. *security_prefs*securityFrame.bottomOffset:         10
  2492. *security_prefs*securityFrame*alertLabel.labelString:   Show an Alert Before:
  2493. *security_prefs*securityFrame*enterToggle.labelString:     \
  2494.                       Entering a Secure Document Space (Server)
  2495. *security_prefs*securityFrame*leaveToggle.labelString:     \
  2496.                        Leaving a Secure Document Space (Server)
  2497. *security_prefs*securityFrame*mixedToggle.labelString:     \
  2498.                   Viewing a Document with a Secure/Insecure Mix
  2499. *security_prefs*securityFrame*alignment:         ALIGNMENT_BEGINNING
  2500. *security_prefs*securityFrame*submitToggle.labelString:     \
  2501.                            Submitting a Form Insecurely
  2502. *security_prefs*securityFrame*alertLabel.topOffset:     10
  2503. *security_prefs*securityFrame*alertLabel.leftOffset:     10
  2504. *security_prefs*securityFrame*enterToggle.topOffset:     10
  2505. *security_prefs*securityFrame*enterToggle.leftOffset:     20
  2506. *security_prefs*securityFrame*submitToggle.bottomOffset: 10
  2507. *security_prefs*securityFrame*enterToggle.rightOffset:     10
  2508. *security_prefs*securityFrame*leaveToggle.rightOffset:     10
  2509. *security_prefs*securityFrame*mixedToggle.rightOffset:     10
  2510. *security_prefs*securityFrame*submitToggle.rightOffset:     10
  2511.  
  2512. *security_prefs*javaFrame*javaBoxLabel.labelString:     Java
  2513. *security_prefs*javaFrame.topOffset:              10
  2514. *security_prefs*javaFrame.leftOffset:              10
  2515. *security_prefs*javaFrame.rightOffset:              10
  2516. *security_prefs*javaFrame.bottomOffset:              10
  2517. *security_prefs*javaFrame*javaToggle.leftOffset:     20
  2518. *security_prefs*javaFrame*javaToggle.labelString:     Disable Java
  2519. *security_prefs*javaFrame*javascriptToggle.leftOffset:     20
  2520. *security_prefs*javaFrame*javascriptToggle.labelString:     Disable JavaScript
  2521.   
  2522. ! Preferences: Security Passwords
  2523. !
  2524. *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Passwords
  2525. *security_prefs*passwordsFrame.topOffset:        10
  2526. *security_prefs*passwordsFrame.leftOffset:        10
  2527. *security_prefs*passwordsFrame.rightOffset:        10
  2528. *security_prefs*passwordsFrame.bottomOffset:        10
  2529. *security_prefs*passwordsFrame*passLabel.labelString:    Password:
  2530. *security_prefs*passwordsFrame*passToggle.labelString:    Use a Password
  2531. *security_prefs*passwordsFrame*noPassToggle.labelString: Do not use a Password
  2532. *security_prefs*passwordsFrame*askLabel.labelString:    Ask for Password:
  2533. *security_prefs*passwordsFrame*onceToggle.labelString:    Once per session
  2534. *security_prefs*passwordsFrame*everyToggle.labelString:    Every time it's needed
  2535. *security_prefs*passwordsFrame*periodicToggle.labelString: After
  2536. *security_prefs*passwordsFrame*periodicText.columns:    3
  2537. *security_prefs*passwordsFrame*periodicLabel.labelString: minutes of inactivity
  2538. *security_prefs*passwordsFrame*alignment:        ALIGNMENT_BEGINNING
  2539. *security_prefs*passwordsFrame*passLabel.topOffset:    10
  2540. *security_prefs*passwordsFrame*passLabel.leftOffset:    10
  2541. *security_prefs*passwordsFrame*passToggle.topOffset:    10
  2542. *security_prefs*passwordsFrame*passToggle.leftOffset:    10
  2543. *security_prefs*passwordsFrame*noPassToggle.bottomOffset: 10
  2544. *security_prefs*passwordsFrame*noPassToggle.rightOffset: 10
  2545. *security_prefs*passwordsFrame*indicatorType:           ONE_OF_MANY
  2546. *security_prefs*passwordsFrame*changePassword.labelString: Change Password
  2547. *security_prefs*passwordsFrame*bannerLabel.labelString: \
  2548. Use a password if other people have access to your computer.
  2549.  
  2550.  
  2551. ! Preferences: Styles1
  2552. !
  2553. *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Toolbars
  2554. *general_prefs*toolbarsFrame.topOffset:            10
  2555. *general_prefs*toolbarsFrame.leftOffset:        10
  2556. *general_prefs*toolbarsFrame.rightOffset:        10
  2557. *general_prefs*toolbarsFrame.bottomOffset:        10
  2558. *general_prefs*toolbarsFrame*toolbarLabel.labelString:    Show Toolbars As:
  2559. *general_prefs*toolbarsFrame*toolbarLabel.alignment:    ALIGNMENT_END
  2560. *general_prefs*toolbarsFrame*icons.labelString:        Pictures
  2561. *general_prefs*toolbarsFrame*text.labelString:        Text
  2562. *general_prefs*toolbarsFrame*both.labelString:        Pictures and Text
  2563. *general_prefs*toolbarsFrame*indicatorType:        ONE_OF_MANY
  2564.  
  2565. *general_prefs*startupFrame*startupBoxLabel.labelString:Startup
  2566. *general_prefs*startupFrame.topOffset:            10
  2567. *general_prefs*startupFrame.leftOffset:            10
  2568. *general_prefs*startupFrame.rightOffset:        10
  2569. *general_prefs*startupFrame.bottomOffset:        10
  2570. *general_prefs*startupFrame*startLabel.labelString:    Browser Starts with:
  2571. *general_prefs*startupFrame*startLabel.alignment:    ALIGNMENT_END
  2572. *general_prefs*startupFrame*blank.labelString:        Blank Page
  2573. *general_prefs*startupFrame*home.labelString:        Home Page Location:
  2574. *general_prefs*startupFrame*homeText.bottomOffset:    10
  2575. *general_prefs*startupFrame*homeText.rightOffset:    10
  2576. *general_prefs*startupFrame*indicatorType:        ONE_OF_MANY
  2577.  
  2578. *general_prefs*startupFrame*startupLabel.labelString:    On Startup Launch:
  2579. *general_prefs*startupFrame*browser.labelString:    Netscape Browser
  2580. *general_prefs*startupFrame*mail.labelString:        Netscape Mail
  2581. *general_prefs*startupFrame*news.labelString:        Netscape News
  2582.  
  2583. *general_prefs*linkFrame*linkBoxLabel.labelString:    Link Styles
  2584. *general_prefs*linkFrame.topOffset:            10
  2585. *general_prefs*linkFrame.leftOffset:            10
  2586. *general_prefs*linkFrame.rightOffset:            10
  2587. *general_prefs*linkFrame.bottomOffset:            10
  2588. *general_prefs*linkFrame*underlineLabel.labelString:    Links are:
  2589. *general_prefs*linkFrame*underlineLabel.alignment:    ALIGNMENT_END
  2590. *general_prefs*linkFrame*underline.labelString:        Underlined
  2591. *general_prefs*linkFrame*expireLabel.labelString:    Followed Links:
  2592. *general_prefs*linkFrame*expireLabel.alignment:        ALIGNMENT_END
  2593. *general_prefs*linkFrame*expireNever.labelString:    Never Expire
  2594. *general_prefs*linkFrame*expireAfter.labelString:    Expire After
  2595. *general_prefs*linkFrame*expireDaysLabel.labelString:    Days
  2596. *general_prefs*linkFrame*expireDays.columns:        3
  2597. *general_prefs*linkFrame*expireNow.labelString:        Expire Now
  2598. *general_prefs*linkFrame*indicatorType:            ONE_OF_MANY
  2599. *general_prefs*linkFrame*underline.indicatorType:    N_OF_MANY
  2600. *general_prefs*linkFrame*expireDays.topOffset:        10
  2601. *general_prefs*linkFrame*expireDays.bottomOffset:    10
  2602. *general_prefs*linkFrame*expireNow.marginWidth:        10
  2603. *general_prefs*linkFrame*expireNow.marginHeight:    0
  2604. *general_prefs*linkFrame*underline.leftOffset:        10
  2605. *general_prefs*linkFrame*expireLabel.leftOffset:    10
  2606. *general_prefs*linkFrame*expireAfter.leftOffset:    10
  2607. *general_prefs*linkFrame*expireNow.leftOffset:        20
  2608.  
  2609.  
  2610. ! Preferences: Styles 2
  2611. !
  2612.  
  2613.  
  2614. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  2615. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  2616. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  2617. *enteringSecureDialog*toggle.leftOffset:    100
  2618. *enteringSecureDialog.selectionLabelString:\
  2619. You have requested a secure document. The document and any information\n\
  2620. you send back are encrypted for privacy while in transit.\n\
  2621. For more information on security choose Document Info from the View \
  2622. menu.
  2623.  
  2624. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  2625. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  2626. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  2627. *leavingSecureDialog.OkLabelString:        Continue Loading
  2628. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  2629. *leavingSecureDialog*toggle.leftOffset:        100
  2630. *leavingSecureDialog.selectionLabelString:\
  2631. You have requested an insecure document. The document and any information\n\
  2632. you send back could be observed by a third party while in transit.\n\
  2633. For more information on security choose Document Info from the View \
  2634. menu.
  2635.  
  2636. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  2637. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  2638. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  2639. *mixedSecurityDialog*toggle.leftOffset:        100
  2640. *mixedSecurityDialog.selectionLabelString:\
  2641. You have requested a secure document that contains some insecure \
  2642. information.\n\
  2643.  \n\
  2644. The insecure information will not be shown.\n\
  2645. For more information on security choose Document Info from the View \
  2646. menu.
  2647.  
  2648. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  2649. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  2650. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  2651. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  2652. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  2653. *redirectionToInsecureDialog*toggle.leftOffset:    100
  2654. *redirectionToInsecureDialog.selectionLabelString:\
  2655. Warning! You have requested an insecure document that was\n\
  2656. originally designated a secure document (the location has been\n\
  2657. redirected from a secure to an insecure document). The document\n\
  2658. and any information you send back could be observed by a third\n\
  2659. party while in transit.
  2660.  
  2661. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  2662. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  2663. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  2664. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  2665. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  2666. *redirectionToSecureDialog*toggle.leftOffset:    100
  2667. *redirectionToSecureDialog.selectionLabelString:\
  2668. Warning! Your connection has been redirected to a different\n\
  2669. site. You may not be connected to the site that you originally\n\
  2670. tried to reach.
  2671.  
  2672. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  2673. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  2674. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  2675. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  2676. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  2677. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  2678. *insecurePostFromSecureDocDialog.selectionLabelString:\
  2679. Warning! Although this document is secure, any information you\n\
  2680. submit is insecure and could be observed by a third party while\n\
  2681. in transit. If you are submitting passwords, credit card numbers,\n\
  2682. or other information you would like to keep private, it would be\n\
  2683. safer for you to cancel the submission.
  2684.  
  2685. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  2686. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  2687. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  2688. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  2689. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  2690. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  2691. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  2692. The information you submit is insecure and could be observed by\n\
  2693. a third party while in transit.  If you are submitting passwords,\n\
  2694. credit card numbers, or other information you would like to keep\n\
  2695. private, it would be safer for you to cancel the submission.
  2696.  
  2697.  
  2698. *licenseDialog_popup.title:            Netscape: License Agreement
  2699. *licenseDialog*label1.labelString:\n\
  2700.  Netscape is licensed software.  Its use is subject to the\n\
  2701.  terms and conditions of the license agreement below.\n
  2702. *licenseDialog*label2.labelString:\n\
  2703.  If you accept the terms of this license agreement,\n\
  2704.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  2705. *licenseDialog*text.columns:            72
  2706. *licenseDialog*text.rows:            23
  2707. *licenseDialog*text.wordWrap:            True
  2708. *licenseDialog*text.scrollHorizontal:        False
  2709. *licenseDialog.accept.labelString:        Accept
  2710. *licenseDialog.reject.labelString:        Do Not Accept
  2711.  
  2712. *printSetup_popup.title:            Netscape: Print
  2713. *printSetup*printToLabel.labelString:        Print To:
  2714. *printSetup*toPrinterToggle.labelString:    Printer
  2715. *printSetup*toFileToggle.labelString:        File
  2716. *printSetup*printCommandLabel.labelString:    Print Command:
  2717. *printSetup*fileNameLabel.labelString:        File Name:
  2718. *printSetup*browseButton.labelString:        Browse...
  2719. *printSetup*printLabel.labelString:        Print:
  2720. *printSetup*firstFirstToggle.labelString:    First Page First
  2721. *printSetup*lastFirstToggle.labelString:    Last Page First
  2722. *printSetup*orientationLabel.labelString:    Orientation:
  2723. *printSetup*portraitToggle.labelString:        Portrait
  2724. *printSetup*landscapeToggle.labelString:    Landscape
  2725. *printSetup*printColorLabel.labelString:    Print:
  2726. *printSetup*greyscaleToggle.labelString:    Greyscale
  2727. *printSetup*colorToggle.labelString:        Color
  2728. *printSetup*paperSizeLabel.labelString:        Paper Size:
  2729. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  2730. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  2731. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  2732. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  2733. *printSetup*OK.labelString:            Print
  2734. *printSetup*OkLabelString:            Print
  2735. *printSetup*CancelLabelString:            Cancel
  2736. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  2737. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  2738. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  2739. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  2740. *printSetup*lastFirstToggle.leftOffset:        10
  2741. *printSetup*landscapeToggle.leftOffset:        10
  2742. *printSetup*colorToggle.leftOffset:        10
  2743. *printSetup*legalToggle.leftOffset:        10
  2744. *printSetup*a4Toggle.leftOffset:        10
  2745. *printSetup*XmLabel.rightOffset:        10
  2746. *printSetup*XmLabelGadget.rightOffset:        10
  2747. *printSetup*browseButton.marginHeight:        3
  2748. *printSetup*browseButton.marginWidth:        4
  2749. *printSetup*line.topOffset:            4
  2750. *printSetup*printLabel.topOffset:        4
  2751. *printSetup*firstFirstToggle.topOffset:        10
  2752. *printSetup*portraitToggle.topOffset:        10
  2753. *printSetup*greyscaleToggle.topOffset:        10
  2754. *printSetup*letterToggle.topOffset:        10
  2755. !*printSetup_popup*preeditType:            none
  2756.  
  2757. *findDialog_popup.title:            Netscape: Find
  2758. *findDialog*findInLabel.labelString:        Find in:
  2759. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  2760. *findDialog*msgBody.labelString:        Body of This Message
  2761. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  2762. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  2763. *findDialog*findLabel.labelString:        Find:
  2764. *findDialog*findLabel.alignment:        ALIGNMENT_END
  2765. *findDialog*caseSensitive.labelString:        Case Sensitive
  2766. *findDialog*backwards.labelString:        Find Backwards
  2767. *findDialog*backwards.leftOffset:        20
  2768. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  2769. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  2770. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  2771. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  2772. *findDialog*OK.labelString:            Find
  2773. *findDialog*OkLabelString:            Find
  2774. *findDialog*Apply.labelString:            Clear
  2775. *findDialog*ApplyLabelString:            Clear
  2776. *findDialog*Cancel.labelString:            Close
  2777. *findDialog*CancelLabelString:            Close
  2778. !*findDialog_popup*preeditType:            overthespot
  2779. ! Bookmark Find dialog shares resources with the main find dialog
  2780. ! Extra resources specific to bookmark find dialog
  2781. *findDialog*lookinLabel.labelString:        Look in:
  2782. *findDialog*nameToggle.labelString:        Name
  2783. *findDialog*locationToggle.labelString:        Location
  2784. *findDialog*descriptionToggle.labelString:    Description
  2785. *findDialog*wordToggle.labelString:        Whole word
  2786. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  2787.  
  2788. ! More resources for the Addressbook find dialog
  2789. *findDialog*nicknameToggle.labelString:        Nick Name
  2790.  
  2791.  
  2792. *openURL_popup.title:            Netscape: Open Location
  2793. *openURL*openURLLabel.labelString:    Open Location:
  2794. *openURL*OK.labelString:        Open
  2795. *openURL*OkLabelString:            Open
  2796. *openURL*Apply.labelString:        Clear
  2797. *openURL*ApplyLabelString:        Clear
  2798. *openURL*Cancel.labelString:    Cancel
  2799. *openURL*CancelLabelString:    Cancel
  2800. *openURL*openURLLabel.alignment:    ALIGNMENT_END
  2801. *openURL*urlText.columns:        45
  2802. *openURL.width:                500
  2803. !*openURL_popup*preeditType:    none
  2804.  
  2805. *message_popup.title:            Netscape
  2806. *message_popup*OK.labelString:    OK
  2807. *message_popup*OkLabelString:    OK
  2808.  
  2809. *error_popup.title:            Netscape: Error
  2810.  
  2811. *question_popup.title:            Netscape: Question
  2812. *question_popup*OK.labelString:    OK
  2813. *question_popup*Cancel.labelString:    Cancel
  2814.  
  2815. *prompt_popup.title:            Netscape: Prompt
  2816. *password_popup.title:            Netscape: Password
  2817. *promptSubject_popup.title:        Netscape: Subject Prompt
  2818. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  2819. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  2820. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  2821.  
  2822. *citing_popup.title:            Netscape
  2823. *citing_popup*messageString:        \nQuoting...\n
  2824.  
  2825. *printing_popup.title:            Netscape
  2826. *printing_popup*messageString:        \nPrinting...\n
  2827.  
  2828. *deliveringMessage_popup.title:        Netscape
  2829. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  2830.  
  2831. *saving_popup.title:            Netscape
  2832. *saving_popup*messageString:        \nSaving to disk...\n
  2833.  
  2834. *visual_popup.title:            Netscape: Change X Visual
  2835. *visual_popup*listLabelString:        Available Visuals:
  2836.  
  2837. *promptSubject_popup*messageString:    \
  2838. You did not give a subject to this message.\n\
  2839. If you would like to provide one, please type it now.
  2840.  
  2841. *dialog*OK.labelString:            OK
  2842. *dialog*clear.labelString:        Clear
  2843. *dialog*Cancel.labelString:        Cancel
  2844. *dialog*userLabel.labelString:        User ID:
  2845. *dialog*passwdLabel.labelString:    Password:
  2846. *dialog*userLabel.alignment:        ALIGNMENT_END
  2847. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  2848.  
  2849. *citationQuery_popup.title:        Citation Style Question
  2850. *citationQuery.selectionLabelString:    \n\
  2851. You have quoted an entire document instead of attaching it.\n\
  2852.  \n\
  2853. You could, instead, attach the document and it would be\n\
  2854. appended to the message, without a `>' at the beginning\n\
  2855. of each line. This would make it easier for recipients\n\
  2856. to save and use this document.\n\
  2857.  \n\
  2858. Would you like to send this document as an attachment?\n
  2859.  
  2860. *citationQuery*OK.labelString:        Send as\nText Attachment
  2861. *citationQuery*OkLabelString:        Send as\nText Attachment
  2862. *citationQuery*Apply.labelString:    Send as\nQuoted
  2863. *citationQuery*ApplyLabelString:    Send as\nQuoted
  2864. *citationQuery*Cancel.labelString:    Cancel
  2865. *citationQuery*CancelLabelString:    Cancel
  2866.  
  2867. *doubleCitationQuery_popup.title:    Citation Style Question
  2868. *doubleCitationQuery.selectionLabelString:    \n\
  2869. You have (probably inadvertently) included the same document twice:\n\
  2870. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  2871. then as an attachment (meaning: as a second part of the message,\n\
  2872. included after your new text.)\n\
  2873.  \n\
  2874. Would you like to send an attached document or a quoted document?
  2875.  
  2876. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  2877. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  2878. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  2879. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  2880. *doubleCitationQuery*Cancel.labelString:Cancel
  2881. *doubleCitationQuery*CancelLabelString:    Cancel
  2882.  
  2883. *streamingAudioQuery_popup.title:    Audio Question
  2884. *streamingAudioQuery.selectionLabelString:    \
  2885. Would you like to play the data to the external viewer as it comes\n\
  2886. from the network, or save to a file and then play from the file?
  2887. *streamingAudioQuery*OK.labelString:    Play from Network
  2888. *streamingAudioQuery*OkLabelString:    Play from Network
  2889. *streamingAudioQuery*Apply.labelString:    Save First
  2890. *streamingAudioQuery*ApplyLabelString:    Save First
  2891. *streamingAudioQuery*Cancel.labelString:Cancel
  2892. *streamingAudioQuery*CancelLabelString:    Cancel
  2893.  
  2894. *fileSelector*filterLabelString:    Filter
  2895. *fileSelector*dirListLabelString:    Directories
  2896. *fileSelector*fileListLabelString:    Files
  2897. *fileSelector*OkLabelString:    OK
  2898. *fileSelector*ApplyLabelString:    Filter
  2899. *fileSelector*CancelLabelString:    Cancel
  2900. *fileSelector.Selection.labelString:    Selection
  2901. *fileSelector.pattern:            *.html
  2902. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  2903. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  2904. *fileSelector*formatType.labelString:    Format for Saved Document:
  2905. !*fileSelector_popup*preeditType:    overthespot
  2906.  
  2907. *fileBrowser_popup.title:        Netscape: File Browser
  2908. *fileBrowser*filterLabelString:        Filter
  2909. *fileBrowser*dirListLabelString:        Directories
  2910. *fileBrowser*fileListLabelString:        Files
  2911. *fileBrowser*Selection.labelString:        Selection
  2912. *fileBrowser*OkLabelString:        OK
  2913. *fileBrowser*ApplyLabelString:        Filter
  2914. *fileBrowser*CancelLabelString:        Cancel
  2915. *fileBrowser*HelpLabelString:        Help
  2916.  
  2917. *formSubmitButton.labelString:        Submit
  2918. *formResetButton.labelString:        Reset
  2919. *formButton.labelString:        Monkey Brains
  2920. *formFileBrowseButton.labelString:    Browse...
  2921.  
  2922. !
  2923. ! The bookmarks window
  2924. !
  2925. *Bookmark.mainform.width:        300
  2926. *Bookmark.mainform.height:        400
  2927. *Bookmark*selectAll.labelString:    Select All
  2928. *Bookmark*selectAll.mnemonic:        S
  2929. *Bookmark*properties.labelString:    Properties...
  2930. *Bookmark*properties.mnemonic:        P
  2931. *Bookmark*gotoBookmark.labelString:    Goto Bookmark
  2932. *Bookmark*gotoBookmark.mnemonic:    G
  2933. *Bookmark*sortBookmarks.labelString:    Sort Bookmarks
  2934. *Bookmark*sortBookmarks.mnemonic:    S
  2935. *Bookmark*insertBookmark.labelString:    Insert Bookmark
  2936. *Bookmark*insertBookmark.mnemonic:    B
  2937. *Bookmark*insertHeader.labelString:    Insert Folder
  2938. *Bookmark*insertHeader.mnemonic:    F
  2939. *Bookmark*insertSeparator.labelString:    Insert Separator
  2940. *Bookmark*insertSeparator.mnemonic:    S
  2941. *Bookmark*makeAlias.labelString:    Make Alias
  2942. *Bookmark*makeAlias.mnemonic:        A
  2943. *Bookmark*newBmFolder.labelString:    Set to New Bookmarks Folder
  2944. *Bookmark*newBmFolder.mnemonic:        N
  2945. *Bookmark*bmMenuFolder.labelString:    Set to Bookmark Menu Folder
  2946. *Bookmark*bmMenuFolder.mnemonic:    M
  2947. *Bookmark*Item.mnemonic:        I
  2948.  
  2949. !*Bookmark*preeditType:        overthespot
  2950.  
  2951. ! Bookmarks popup menu. It has the same name as the main popup menu
  2952. ! and hence shares the rest of the resources.
  2953. *Bookmark*popup.title.labelString:        Bookmarks
  2954. *titleSeparator.separatorType:            XmDOUBLE_LINE
  2955.  
  2956. ! Bookmarks edit properties window.
  2957. !
  2958. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  2959. *bookmarkProps*nameLabel.labelString:        Name:
  2960. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  2961. *bookmarkProps*locationLabel.labelString:    Location:
  2962. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  2963. *bookmarkProps*descriptionLabel.labelString:    Description:
  2964. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  2965. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  2966. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  2967. *bookmarkProps*addedonLabel.labelString:    Added On:
  2968. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  2969. *bookmarkProps*descriptionText.topOffset:    8
  2970. *bookmarkProps*descriptionText.columns:        40
  2971. *bookmarkProps*descriptionText.rows:        5
  2972. *bookmarkProps*aliasButton.labelString:        Select Aliases
  2973.  
  2974. !
  2975. ! Address Book
  2976. !
  2977. *AddressBook.mainform.width:            300
  2978. *AddressBook.mainform.height:            400
  2979. *AddressBook*selectAll.labelString:        Select All
  2980. *AddressBook*selectAll.mnemonic:        S
  2981. *AddressBook*mailMessage.labelString:        New Mail Message
  2982. *AddressBook*mailMessage.mnemonic:        N
  2983. *AddressBook*mailMessage.acceleratorText:    Ctrl+M
  2984. *AddressBook*addUser.mnemonic:            U
  2985. *AddressBook*addUser.labelString:        Add User...
  2986. *AddressBook*addUser.mnemonic:            U
  2987. *AddressBook*addList.labelString:        Add List...
  2988. *AddressBook*addList.mnemonic:            L
  2989. *AddressBook*properties.labelString:        Properties...
  2990. *AddressBook*properties.mnemonic:        P
  2991. *AddressBook*Item.labelString:            Item
  2992. *AddressBook*Item.mnemonic:            I
  2993.  
  2994. ! Address Book properties window
  2995. !
  2996. *AddressBook*bookmarkProps_popup*title:        Netscape: Address book Properties
  2997. *AddressBook*bookmarkProps*nicknameLabel.labelString:    Nick Name:
  2998. *AddressBook*bookmarkProps*nicknameLabel.alignment:    ALIGNMENT_END
  2999. *AddressBook*bookmarkProps*nameLabel.labelString:    Name:
  3000. *AddressBook*bookmarkProps*locationLabel.labelString:    Email Address:
  3001.  
  3002. ! Address Book popup menu. It has the same name as the main popup menu
  3003. ! and hence shares the rest of the resources.
  3004. *AddressBook*popup.title.labelString:            Address Book
  3005. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  3006.  
  3007.  
  3008. !
  3009. ! Download
  3010. !
  3011. *download*downloadURLLabel.labelString:            Source:
  3012. *download*downloadFileLabel.labelString:        Destination:
  3013. *download*cancel.labelString:                Stop
  3014. *download*downloadURLLabel.alignment:            ALIGNMENT_END
  3015. *download*downloadFileLabel.alignment:            ALIGNMENT_END
  3016.  
  3017. *download*downloadURLLabel.topOffset:            10
  3018. *download*downloadURLLabel.leftOffset:            10
  3019. *download*downloadURLValue.columns:            45
  3020. *download*downloadURLValue.editable:            False
  3021. *download*downloadURLValue.cursorPositionVisible:    False
  3022. *download*downloadURLValue.leftOffset:            10
  3023. *download*downloadURLValue.rightOffset:            10
  3024.  
  3025. *download*downloadFileLabel.topOffset:            5
  3026. *download*downloadFileLabel.leftOffset:            10
  3027. *download*downloadFileLabel.bottomOffset:        15
  3028. *download*downloadFileValue.columns:            45
  3029. *download*downloadFileValue.editable:            False
  3030. *download*downloadFileValue.cursorPositionVisible:    False
  3031. *download*downloadFileValue.leftOffset:            10
  3032. *download*downloadFileValue.rightOffset:        10
  3033.  
  3034. *download*logo.topOffset:                10
  3035. *download*cancel.marginWidth:                15
  3036. *download*cancel.marginHeight:                10
  3037. *download*cancel.topOffset:                20
  3038. *download*cancel.bottomOffset:                10
  3039.  
  3040.  
  3041. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  3042. ! On SGIs, not having the class will cause the default SGI colors to
  3043. ! be used instead of the ones specified here.  With VUE, the behavior
  3044. ! is even worse - if we're using a non-default visual (for example, if
  3045. ! we have requested a 24-bit TrueColor visual instead of the default
  3046. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  3047. ! the default visual, and give us colors allocated from the wrong
  3048. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  3049. !
  3050. Netscape*thermo.slider.foreground:    #0000BF
  3051. Netscape*thermo.slider.background:    #69B5B5
  3052. Netscape*power.LED.foreground:        #0000BF
  3053. Netscape*power.LED.background:        #69B5B5
  3054.  
  3055. ! (Note: if you comment this stuff out in an attempt to let the current
  3056. ! "scheme" override things, you'll find that the colors of the toolbar
  3057. ! icons and the colors of form elements (like option menus) will get
  3058. ! messed up.)
  3059. Netscape*foreground:            Black
  3060. Netscape*background:            #B2B2B2
  3061.  
  3062. Netscape*XmTextField.foreground:        Black
  3063. Netscape*XmText.foreground:        Black
  3064. Netscape*XmList.foreground:        Black
  3065. Netscape*XmTextField.background:        #D3B5B5
  3066. Netscape*XmText.background:        #D3B5B5
  3067. Netscape*XmList.background:        #D3B5B5
  3068.  
  3069. ! Colors of the outline lists used in mail and news windows.
  3070. Netscape*XmLGrid.foreground:        #000000
  3071. Netscape*XmLGrid.background:        #B2B2B2
  3072. Netscape*XmLGrid.selectBackground:    #FFFFCC
  3073.  
  3074. ! Colors of the "Secure Document" bar.
  3075. *secureDocumentColor:            #0000BF
  3076. *insecureDocumentColor:            #B2B2B2
  3077.  
  3078. ! Various margin sizes
  3079. !
  3080. *topLeftArea.leftOffset:        0
  3081. *topLeftArea.rightOffset:        10
  3082. *topLeftArea.topOffset:            0
  3083. *topLeftArea.bottomOffset:        0
  3084. *urlText.topOffset:            4
  3085. *urlText.bottomOffset:            4
  3086. *urlText.leftOffset:            4
  3087. *urlText.rightOffset:            4
  3088. !*urlText.rightOffset:            10
  3089. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  3090. *urlLabel.topOffset:            9
  3091. *urlLabel.leftOffset:            10
  3092. *urlLabel.rightOffset:            10
  3093. *historyMenuBox.topOffset:        0
  3094. *historyMenuBox.bottomOffset:        4
  3095. *historyMenuBox.leftOffset:        4
  3096. *historyMenuBox.rightOffset:        4
  3097. *logo.topOffset:            4
  3098. *logo.bottomOffset:            4
  3099. *logo.leftOffset:            10
  3100. *logo.rightOffset:            10
  3101. *historyMenuBox.marginHeight:        0
  3102. *historyMenuBox.marginWidth:        0
  3103.  
  3104. *toolBar*XmPushButton.leftOffset:    2
  3105. *toolBar*XmPushButtonGadget.leftOffset:    2
  3106. *urlBar*XmPushButton.leftOffset:    2
  3107. *urlBar*XmPushButtonGadget.leftOffset:    2
  3108.  
  3109. *mouseDocumentation.rightOffset:    4
  3110. *toolBar.topOffset:            0
  3111. *toolBar.leftOffset:            10
  3112. *toolBar.rightOffset:            0
  3113. *toolBar.bottomOffset:            0
  3114.  
  3115. *urlBar.topOffset:            4
  3116. *urlBar.leftOffset:            10
  3117. *urlBar.rightOffset:            0
  3118. *urlBar.bottomOffset:            0
  3119.  
  3120. ! Give it a default string to get it sized right...
  3121. *mouseDocumentation.labelString:    Mozilla
  3122. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  3123. *mouseDocumentation.leftOffset:        10
  3124.  
  3125. *docinfoLabel.leftOffset:        4
  3126.  
  3127. *dashboard.topOffset:            0
  3128. *dashboard.bottomOffset:        0
  3129. *dashboard.leftOffset:            0
  3130. *dashboard.rightOffset:            10
  3131. ! To prevent the whole window from flickering when mouseDoc text changes...
  3132. *dashboard.resizable:            False
  3133.  
  3134. *thermo.leftOffset:            4
  3135. *thermo.rightOffset:            10
  3136. *thermo.topOffset:            4
  3137. *thermo.bottomOffset:            4
  3138. *thermo.shadowThickness:        2
  3139. *thermo.shadowType:            SHADOW_IN
  3140.  
  3141. *power.topOffset:            4
  3142. *power.bottomOffset:            4
  3143. *power.shadowThickness:            2
  3144. *power.shadowType:            SHADOW_IN
  3145.  
  3146. *thermo.slider.width:            200
  3147. *thermo.slider.height:            5
  3148.  
  3149. *power.LED.width:            15
  3150. *power.LED.height:            5
  3151.  
  3152. *securityBar.topOffset:            4
  3153. *securityBar.bottomOffset:        4
  3154. *securityBar.shadowThickness:        2
  3155. *securityBar.shadowType:        SHADOW_IN
  3156. *securityBar.LED.height:        2
  3157.  
  3158. *topPane.shadowThickness:        2
  3159. *bottomPane.shadowThickness:        2
  3160. *topPane.shadowType:            SHADOW_IN
  3161. *bottomPane.shadowType:            SHADOW_IN
  3162.  
  3163. ! Go ahead, try and figure out why some of these need to be on the
  3164. ! _popup version, and some need to be one level deeper.  I dare you.
  3165. !*dialog.width:                500
  3166. !*history.width:            500
  3167. !*mailto.width:                500
  3168. !*cache_popup.width:            500
  3169. *userConfig_popup.width:        500
  3170. *userConfig.width:            500
  3171. *fileSelector.width:            500
  3172. *fileBrowser.width:            500
  3173.  
  3174. ! I had to hardcode this in the C code - doesn't work from here...
  3175. !*history_popup.allowShellResize:    False
  3176.  
  3177. ! Get rid of all navigation; it's totally broken for Paned windows,
  3178. ! and for the form widgets under the drawingArea.
  3179. *highlightThickness:            0
  3180. *navigationType:            NONE
  3181.  
  3182. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  3183. ! in all non-popups, but I don't think there's a way to specify that...)
  3184. *XmDialogShell*highlightThickness:    2
  3185. *XmDialogShell*navigationType:        TAB_GROUP
  3186.  
  3187. ! Uh, and turn it on only in text fields of forms.
  3188. ! But of course this doesn't work quite right.
  3189. *drawingArea*XmText.navigationType:    TAB_GROUP
  3190. *drawingArea*XmTextField.navigationType:TAB_GROUP
  3191.  
  3192. ! Sorry, things don't display properly if you configure Netscape to put its
  3193. ! scrollbars on the left or top of the document area.
  3194. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  3195.  
  3196. ! Put scrollbars right next to text fields in forms (and lists).
  3197. *drawingArea*XmScrolledWindow.spacing:    0
  3198.  
  3199.  
  3200. ! Do not under any circumstances change the following line:
  3201. Netscape.version:         2.01S
  3202.  
  3203.  
  3204. ! ============================================================================
  3205. ! Fonts in the widgets.
  3206. ! These fonts are all down in Motif land, and thus are not controlled by the
  3207. ! font selector on the Preferences dialog.  That applies only to fonts in
  3208. ! the document display area.
  3209. ! ============================================================================
  3210. !
  3211. *fontList:            -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*
  3212. *XmTextField.fontList:        -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3213. *XmText.fontList:        -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3214. *XmList*fontList:        -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3215.  
  3216. ! SGI default:
  3217. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  3218. ! Sensible default:
  3219. *menuBar*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3220. *menuBar*historyTruncated.fontList:\
  3221.                   -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  3222. *popup*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3223.  
  3224. *topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3225. *topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3226. *topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3227.  
  3228. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3229. !*bookmark*fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3230. !*bookmark*selectedLabel.fontList:\
  3231.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3232. !*bookmark*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3233. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3234.  
  3235. *mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3236. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3237. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3238.  
  3239. *licenseDialog*text.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3240.  
  3241.  
  3242. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  3243. ! and Address Book windows.  (Note that there can't be any whitespace after
  3244. ! the commas.)
  3245. *XmLGrid*fontList:\
  3246. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  3247. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  3248. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  3249.  
  3250.  
  3251.  
  3252. ! This is the default charset for documents without the charset parameter
  3253. ! for MIME Content-type: text.  Valid values for *defaultCharset:
  3254. !    iso-8859-1
  3255. !    iso-8859-2
  3256. !    iso-2022-jp
  3257. !    x-euc-jp
  3258. !    x-sjis
  3259. !    iso-2022-kr
  3260. !    euc-kr
  3261. !    gb2312
  3262. !    x-euc-tw
  3263. !    big5
  3264. *defaultCharset:    iso-8859-1
  3265. !*defaultCharset:    iso-8859-2
  3266. !*defaultCharset:    iso-2022-jp
  3267. !*defaultCharset:    x-euc-jp
  3268. !*defaultCharset:    x-sjis
  3269. !*defaultCharset:    iso-2022-kr
  3270. !*defaultCharset:    euc-kr
  3271. !*defaultCharset:    gb2312
  3272. !*defaultCharset:    x-euc-tw
  3273. !*defaultCharset:    big5
  3274.  
  3275. ! This table maps MIME charsets to the host's locale names
  3276. *Locale.MimeCharset:    en_US
  3277. *locale.iso-8859-1:    en_US
  3278. *locale.us-ascii:    en_US
  3279. *locale.iso-2022-jp:    ja_JP.EUC
  3280. *locale.x-euc-jp:    ja_JP.EUC
  3281. *locale.x-sjis:        ja_JP.EUC
  3282. *locale.iso-2022-kr:    ko_KR.euc
  3283. *locale.euc-kr:        ko_KR.euc
  3284. *locale.gb2312:        zh_CN.ugb
  3285. *locale.x-euc-tw:    zh_TW.ucns
  3286. *locale.big5:        zh_TW.ucns
  3287. *locale.iso-8859-2:    i2
  3288.  
  3289.  
  3290.  
  3291. ! ============================================================================
  3292. ! Fonts used in the display area.
  3293. ! ============================================================================
  3294.  
  3295.  
  3296. ! Default fonts for various charsets, prop(ortional) and fixed.
  3297. !
  3298. ! Format is foundry-family-pointsize-scaling.
  3299. ! Pointsize is in tenths of a point.
  3300. ! Scaling is either "scale" or "noscale".
  3301. !
  3302. ! These are only used the first time you start up.
  3303. ! After that, the preferences file is used.
  3304. ! The "Defaults" button in the Preferences dialog will revert to these.
  3305. !
  3306. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  3307. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  3308.  
  3309.  
  3310. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  3311. !
  3312. *documentFonts.face*-:            normal
  3313. *documentFonts.face*bold-i:        boldItalic
  3314. *documentFonts.face*bold-o:        boldItalic
  3315. *documentFonts.face*bold-r:        bold
  3316. *documentFonts.face*book-o:        italic
  3317. *documentFonts.face*book-r:        normal
  3318. *documentFonts.face*demi-i:        boldItalic
  3319. *documentFonts.face*demi-o:        boldItalic
  3320. *documentFonts.face*demi-r:        bold
  3321. *documentFonts.face*demibold-i:        boldItalic
  3322. *documentFonts.face*demibold-r:        bold
  3323. *documentFonts.face*light-i:        italic
  3324. *documentFonts.face*light-r:        normal
  3325. *documentFonts.face*medium-i:        italic
  3326. *documentFonts.face*medium-o:        italic
  3327. *documentFonts.face*medium-r:        normal
  3328. *documentFonts.face*medium-roman:    normal
  3329. *documentFonts.face*normal-i:        italic
  3330. *documentFonts.face*normal-r:        normal
  3331. *documentFonts.face*regular-i:        italic
  3332. *documentFonts.face*regular-r:        normal
  3333. *documentFonts.face*roman-r:        normal
  3334. *documentFonts.face*w3-r:        normal
  3335. *documentFonts.face*w3h-r:        normal
  3336. *documentFonts.face*w4-r:        normal
  3337. *documentFonts.face*w5-r:        normal
  3338. *documentFonts.face*w9-r:        normal
  3339.  
  3340.  
  3341. ! This table maps XLFD family names to nice family names
  3342. !
  3343. *documentFonts.family*djb:            DJB
  3344. *documentFonts.family*haebfix:            Haeberli Fixed
  3345. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  3346. *documentFonts.family*itc bookman:        ITC Bookman
  3347. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  3348. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  3349. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  3350.  
  3351.  
  3352. ! This table maps XLFD foundry names to nice foundry names
  3353. !
  3354. *documentFonts.foundry*b&h:    B&H
  3355. *documentFonts.foundry*dec:    DEC
  3356. *documentFonts.foundry*hku:    HKU
  3357. *documentFonts.foundry*sgi:    SGI
  3358.  
  3359.  
  3360. ! This table maps MIME charsets to language groups
  3361. !
  3362. *documentFonts.charsetlang*x-x-big5:            Taiwanese
  3363. *documentFonts.charsetlang*gb_2312-80:            Chinese
  3364. *documentFonts.charsetlang*iso-8859-1:            Western
  3365. *documentFonts.charsetlang*iso-8859-2:            Central European
  3366. *documentFonts.charsetlang*jis_x0201:            Japanese
  3367. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  3368. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  3369. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  3370. *documentFonts.charsetlang*x-cns11643-1:        Taiwanese
  3371. *documentFonts.charsetlang*x-cns11643-2:        Taiwanese
  3372.  
  3373.  
  3374. ! This table maps X11 font charsets to MIME charsets
  3375. !
  3376. *documentFonts.charset*-:                    x-ignore
  3377. *documentFonts.charset*-ascii:                    x-ignore
  3378. *documentFonts.charset*-dingbats:                x-ignore
  3379. *documentFonts.charset*-hiragana:                x-ignore
  3380. *documentFonts.charset*-ibm pc:                    x-ignore
  3381. *documentFonts.charset*-katakana:                x-ignore
  3382. *documentFonts.charset*-roman:                    x-ignore
  3383. *documentFonts.charset*-symbol:                    x-ignore
  3384. *documentFonts.charset*78-h:                    x-ignore
  3385. *documentFonts.charset*78.euc-h:                x-ignore
  3386. *documentFonts.charset*add-h:                    x-ignore
  3387. *documentFonts.charset*adobe.cns1-0:                x-ignore
  3388. *documentFonts.charset*adobe.gb1-0:                x-ignore
  3389. *documentFonts.charset*adobe.japan1-0:                x-ignore
  3390. *documentFonts.charset*adobe.japan1-1:                x-ignore
  3391. *documentFonts.charset*adobe.japan1-2:                x-ignore
  3392. *documentFonts.charset*adobe.japan2-0:                x-ignore
  3393. *documentFonts.charset*adobe.korea1-0:                x-ignore
  3394. *documentFonts.charset*big5-0:                    x-x-big5
  3395. *documentFonts.charset*big5.et-0:                x-x-big5
  3396. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  3397. *documentFonts.charset*big5.etext-0:                x-x-big5
  3398. *documentFonts.charset*big5.hku-0:                x-x-big5
  3399. *documentFonts.charset*big5.hku-1:                x-x-big5
  3400. *documentFonts.charset*big5.pc-0:                x-x-big5
  3401. *documentFonts.charset*big5.shift-0:                x-x-big5
  3402. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  3403. *documentFonts.charset*cns11643-0:                x-cns11643-1
  3404. *documentFonts.charset*cns11643-1:                x-cns11643-2
  3405. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  3406. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  3407. *documentFonts.charset*dec-decctrl:                x-ignore
  3408. *documentFonts.charset*dec-decksroman:                x-ignore
  3409. *documentFonts.charset*dec-decmath_extension:            x-ignore
  3410. *documentFonts.charset*dec-decmath_italic:            x-ignore
  3411. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  3412. *documentFonts.charset*dec-decsuppl:                x-ignore
  3413. *documentFonts.charset*dec-dectech:                x-ignore
  3414. *documentFonts.charset*dec-drcs:                x-ignore
  3415. *documentFonts.charset*dec-fontspecific:            x-ignore
  3416. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1
  3417. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  3418. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  3419. *documentFonts.charset*euc-h:                    x-ignore
  3420. *documentFonts.charset*ext-h:                    x-ignore
  3421. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  3422. *documentFonts.charset*gb2312.1980-1:                gb_2312-80
  3423. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  3424. *documentFonts.charset*hojo-h:                    x-ignore
  3425. *documentFonts.charset*hp-japanese15:                x-ignore
  3426. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  3427. *documentFonts.charset*hp-roman8:                x-ignore
  3428. *documentFonts.charset*ibm-850:                    x-ignore
  3429. *documentFonts.charset*ibm-fontspecific:            x-ignore
  3430. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  3431. *documentFonts.charset*ibm-special:                x-ignore
  3432. *documentFonts.charset*ibm-udcjp:                x-ignore
  3433. *documentFonts.charset*iso646.1991-irv:                x-ignore
  3434. *documentFonts.charset*iso8859-1:                iso-8859-1
  3435. *documentFonts.charset*iso8859-2:                iso-8859-2
  3436. *documentFonts.charset*iso8859-3:                x-ignore
  3437. *documentFonts.charset*iso8859-4:                x-ignore
  3438. *documentFonts.charset*iso8859-5:                x-ignore
  3439. *documentFonts.charset*iso8859-6:                x-ignore
  3440. *documentFonts.charset*iso8859-7:                x-ignore
  3441. *documentFonts.charset*iso8859-8:                x-ignore
  3442. *documentFonts.charset*iso8859-9:                x-ignore
  3443. *documentFonts.charset*iso8859-adobe:                x-ignore
  3444. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    x-ignore
  3445. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  3446. *documentFonts.charset*jisx0201-romankana:            x-ignore
  3447. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  3448. *documentFonts.charset*jisx0201.1976-1:                x-ignore
  3449. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  3450. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  3451. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  3452. *documentFonts.charset*jisx0208.1983-1:                x-ignore
  3453. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  3454. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  3455. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  3456. *documentFonts.charset*ks-roman:                x-ignore
  3457. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  3458. *documentFonts.charset*ksc5601.1987-1:                x-ignore
  3459. *documentFonts.charset*misc-fontspecific:            x-ignore
  3460. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  3461. *documentFonts.charset*novanet-1:                x-ignore
  3462. *documentFonts.charset*nwp-h:                    x-ignore
  3463. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  3464. *documentFonts.charset*rksj-h:                    x-ignore
  3465. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  3466. *documentFonts.charset*sgi-fontspecific:            x-ignore
  3467. *documentFonts.charset*shiftjis-0:                x-ignore
  3468. *documentFonts.charset*sunolcursor-1:                x-ignore
  3469. *documentFonts.charset*sunolglyph-1:                x-ignore
  3470. *documentFonts.charset*symbol.adobe-fontspecific:        x-ignore
  3471. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  3472. *documentFonts.charset*tis620.2533-1:                x-ignore
  3473. *documentFonts.charset*wp-symbol:                x-ignore
  3474. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  3475.  
  3476.  
  3477. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  3478. ! are based on this.  The default increment is 20%, which means that the 4
  3479. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  3480. !
  3481. *documentFonts.sizeIncrement:    20
  3482.  
  3483.  
  3484. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  3485. ! same fonts in their font path, and, to make matters even worse, they have
  3486. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  3487. ! following is provided so that these people can hack their fonts without
  3488. ! having to correct their font path.
  3489. !
  3490. ! To correct your font path, take a look at
  3491. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  3492. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  3493. !
  3494. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  3495. ! corresponding to the X11 font charset (see above).
  3496. !
  3497. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  3498. !
  3499. *documentFonts.xResolution*iso-8859-1:    *
  3500. *documentFonts.yResolution*iso-8859-1:    *
  3501.  
  3502.  
  3503. ! ============================================================================
  3504. ! Fonts used for printing.
  3505. ! ============================================================================
  3506. !
  3507. ! psname  is the full PostScript font name
  3508. ! pscode  is the character encoding used in the PostScript font
  3509. ! pswidth is the PostScript width per character, only useful for "square"
  3510. !         fonts such as those found in East Asia
  3511.  
  3512.  
  3513. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  3514. ! and cannot be changed.
  3515. !
  3516. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  3517. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  3518. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  3519. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  3520. !*documentFonts.latin1.fixed.normal*psname:        Courier
  3521. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  3522. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  3523. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  3524. !*documentFonts.latin1*pscode:                iso-8859-1
  3525. !*documentFonts.latin1*pswidth:                *
  3526.  
  3527.  
  3528. ! Netscape does not differentiate between variable and fixed, and between
  3529. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  3530. !
  3531. ! The charset fields are the charset names corresponding to the available
  3532. ! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
  3533. !
  3534. *documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  3535. *documentFonts.x-euc-jp*pscode:        x-sjis
  3536. *documentFonts.x-euc-jp*pswidth:    1000
  3537. *documentFonts.x-sjis*psname:        Ryumin-Light-RKSJ-H
  3538. *documentFonts.x-sjis*pscode:        x-sjis
  3539. *documentFonts.x-sjis*pswidth:        1000
  3540.  
  3541. *documentFonts.euc-kr*psname:        SMgoJ
  3542. *documentFonts.euc-kr*pscode:        euc-kr
  3543. *documentFonts.euc-kr*pswidth:        1000
  3544.  
  3545. !*documentFonts.gb2312*psname:        ???
  3546. !*documentFonts.gb2312*pscode:        ???
  3547. !*documentFonts.gb2312*pswidth:        ???
  3548.  
  3549. !*documentFonts.x-euc-tw*psname:    ???
  3550. !*documentFonts.x-euc-tw*pscode:    ???
  3551. !*documentFonts.x-euc-tw*pswidth:    ???
  3552. ! English strings are built into the binary
  3553.